CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab files
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab files - List
[
Other resource
]
Matlab-Files
DL : 1
有限元分析与应用的所有有用的源程序代码,利用MATLAB来进行有限元分析与应用。本文件包含了组成MATLAB有限元工具箱,主要用于结构力学分析,并提供了所有习题的答案。-finite element analysis and application of all useful source code, Using MATLAB to finite element analysis and application. This document contains a component finite element MATLAB toolbox, mainly for the analysis of structural mechanics, and provides the answer to all the questions.
Update
: 2008-10-13
Size
: 34.89kb
Publisher
:
xpf
[
JSP/Java
]
tjtf-matlab
DL : 0
These Matlab files are a convenient interface for the Java library containing the implementation of thin junction tree filters (TJTF).
Update
: 2008-10-13
Size
: 59.31kb
Publisher
:
李尧
[
Communication-Mobile
]
通信范例MATLAB仿真
DL : 0
Contemporary Communication Systems with MATLAB ============================================== John G. Proakis and Masoud Salehi This diskette contains the MATLAB files for "Contemporary Communication Systems with MATLAB" by John G. Praokis and Masoud Salehi. The MATLAB files for each chapter of the book are organized in the corresponding folder. In some cases a MATLAB file appears in more than one folder because it is used in more than one chapter. In most cases numerous comments have been added to the MATLAB files to ease their understanding. It should be noted, however, that in developing the MATLAB files, the main objective of the authors has been the clarity of the MATLAB code rather than its efficiency. In cases where efficient code could have made it difficult to follow, we have chosen to use a less efficient but more readable code. In order to use the software, copy the MATLAB files to your personal computer and add the corresponding paths to your {\tt matlabpath} environment (on an IBM PC compatible machine this is usually done by editing the matlabrc.m file). All MATLAB files have been tested using version 5.2 of MATLAB. On this disk: - Chapter1 - Chapter2 - Chapter3 - Chapter4 - Chapter5 - Chapter6 - Chapter7 - Chapter8 - Chapter9 - readme.txt
Update
: 2009-03-10
Size
: 209.42kb
Publisher
:
new4u@163.com
[
Other
]
An Introduction to Matlab
DL : 0
1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Update
: 2012-02-26
Size
: 856.78kb
Publisher
:
taffy320
[
matlab
]
vc调用matlab
DL : 0
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
李震
[
matlab
]
M-files for Neural Networks
DL : 0
《M-files for "Neural Networks"》神经网络的一些MATLAB源程序,M-files for demos, exercises, and implementations. 作者:Herve Abdi -"M-files for" Neural Networks "," some of the neural network MATLAB source, M-files for demos, exercises, and implementations. Author : Herve Abdi
Update
: 2025-02-17
Size
: 59kb
Publisher
:
李岩
[
source in ebook
]
Matlab-Files
DL : 0
有限元分析与应用的所有有用的源程序代码,利用MATLAB来进行有限元分析与应用。本文件包含了组成MATLAB有限元工具箱,主要用于结构力学分析,并提供了所有习题的答案。-finite element analysis and application of all useful source code, Using MATLAB to finite element analysis and application. This document contains a component finite element MATLAB toolbox, mainly for the analysis of structural mechanics, and provides the answer to all the questions.
Update
: 2025-02-17
Size
: 35kb
Publisher
:
xpf
[
JSP/Java
]
tjtf-matlab
DL : 0
These Matlab files are a convenient interface for the Java library containing the implementation of thin junction tree filters (TJTF).-These Matlab files are a convenient interface for the Java librarycontaining the implementation of thin junction tree filters (TJTF).
Update
: 2025-02-17
Size
: 59kb
Publisher
:
[
Algorithm
]
Chapter_3
DL : 0
Matlab files of chapter 3 kalman filtering 3 edition of grewal
Update
: 2025-02-17
Size
: 1kb
Publisher
:
lenadagua
[
Algorithm
]
Chapter_4
DL : 0
Matlab files of chapter 4 kalman filtering 3 edition of grewal
Update
: 2025-02-17
Size
: 9kb
Publisher
:
lenadagua
[
Algorithm
]
Chapter_5
DL : 0
Matlab files of chapter 5 kalman filtering 3 edition of grewal
Update
: 2025-02-17
Size
: 5kb
Publisher
:
lenadagua
[
Algorithm
]
Chapter_6
DL : 0
Matlab files of chapter 6 kalman filtering 3 edition of grewal
Update
: 2025-02-17
Size
: 9kb
Publisher
:
lenadagua
[
matlab
]
STAR
DL : 0
matlab files of threshold autoregressive model STAR
Update
: 2025-02-17
Size
: 281kb
Publisher
:
yuliya
[
matlab
]
matlab-files
DL : 0
contains a zip folder having five matlab files.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Deepak singh
[
Algorithm
]
Matlab-Files-for-QPSK-using-MIMO-and-Doppler-Effe
DL : 0
Matlab Files for QPSK using MIMO and Doppler Effects
Update
: 2025-02-17
Size
: 8kb
Publisher
:
mike
[
matlab
]
MATLAB
DL : 0
Matlab files are here for you to refer
Update
: 2025-02-17
Size
: 1.19mb
Publisher
:
Poppy D
[
Other
]
Polycarpou Matlab Files
DL : 0
以上资料为如何快速学习matlab,以及matlab中各种专业程序的几个例子(The above information for how to quickly learn matlab, as well as a few examples of various professional procedures in matlab)
Update
: 2025-02-17
Size
: 2.42mb
Publisher
:
苏酥甦
[
Communication-Mobile
]
Matlab files for various types of beamforming
DL : 0
Matlab files for various types of beamforming for custom 1D, 2D and 3D
Update
: 2025-02-17
Size
: 162kb
Publisher
:
elie77
[
Mathimatics-Numerical algorithms
]
matlab-files
DL : 0
Matlab code for Book "Frank Gross-Smart Antennas with MATLAB-McGraw-Hill Professional (2015)"
Update
: 2025-02-17
Size
: 9.54mb
Publisher
:
tongluyen
[
Other
]
matlab文件关联修复
DL : 0
用于Matlab文件出错时,进行文件修复,并与错误源进行关联,保证原文件的真实性。(When Matlab files are wrong, file repair is done, and it is associated with the error source to ensure the authenticity of the original file.)
Update
: 2025-02-17
Size
: 25kb
Publisher
:
果果虫
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.