Tải bản đầy đủ (.pdf) (18 trang)

Additional Resources

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (128.95 KB, 18 trang )


198
23. Additional Resources
The MathWorks, Inc., and others provide a wide range of
products that extend MATLAB’s capabilities. Some are
collections of M-files called toolboxes. One of these has
already been introduced (the Symbolic Math Toolbox).
Also available is Simulink, an interactive graphical
system for modeling and simulating dynamic nonlinear
systems. The
ver
command lists the toolboxes and
Simulink components included in your installation, as
does the Help Browser (
doc
). Similar to MATLAB
toolboxes, Simulink has domain-specific add-ons called
blocksets.
MATLAB:
MATLAB®
Database Toolbox
MATLAB Report Generator
Math and Optimization:
Optimization Toolbox
Symbolic Toolbox
Extended Symbolic Math Toolbox
Partial Differential Equation Toolbox
Genetic Algorithm and Direct Search Toolbox
Statistics and Data Analysis:
Statistics Toolbox
Neural Network Toolbox


Curve Fitting Toolbox
Spline Toolbox
Model-Based Calibration Toolbox
Bioinformatics Toolbox

199
Control System Design and Analysis:
Control System Toolbox
System Identification Toolbox
Fuzzy Logic Toolbox
Robust Control Toolbox
µ-Analysis and Synthesis Toolbox
LMI Control Toolbox
Model Predictive Control Toolbox
Signal Process and Communications:
Signal Processing Toolbox
Communications Toolbox
Filter Design Toolbox
Filter Design HDL Coder
System Identification Toolbox
Wavelet Toolbox
Fixed-Point Toolbox
RF Toolbox
Link for Code Composer Studio™
Link for ModelSim®
Image Processing:
Image Processing Toolbox
Image Acquisition Toolbox
Mapping Toolbox
Test and Measurement:

Data Acquisition Toolbox
Instrument Control Toolbox
Image Acquisition Toolbox
OPC Toolbox
Financial Modeling and Analysis:
Financial Toolbox

200
Financial Derivatives Toolbox
GARCH Toolbox
Financial Time Series Toolbox
Datafeed Toolbox
Fixed-Income Toolbox
Application Deployment:
MATLAB Compiler
Excel Link
MATLAB Web Server
Application Deployment Targets:
MATLAB Builder for COM
MATLAB Builder for Excel
Simulink:
Simulink®
Stateflow®
Simulink Fixed Point
Simulink Accelerator
Simulink Report Generator
Physical Modeling:
SimMechanics
SimPowerSystems
Simulation Graphics:

Virtual Reality Toolbox
Dials and Gauges Blockset
Control System Design and Analysis:
Simulink Control Design
Simulink Response Optimization

201
Simulink Parameter Estimation
Aerospace Blockset
Signal Processing and Communications:
Signal Processing Blockset
Communications Blockset
CDMA Reference Blockset
RF Blockset
Code Generation:
Real-Time Workshop®
Real-Time Workshop Embedded Coder
Stateflow Coder
PC-Based Rapid Control Prototyping and HIL:
xPC Target
xPC Target Embedded Option
xPC TargetBox™
Real-Time Windows Target
Embedded Targets:
Embedded Target for TI C6000™ DSP
Embedded Target for Motorola® MPC555
Embedded Target for OSEK/VDX®
Embedded Target for Infineon C166®
Microcontrollers
Embedded Target for Motorola® HC12

Embedded Target for TI C2000™ DSP
Verification, Validation, and Testing:
Link for Code Composer Studio™
Link for ModelSim®
Simulink Verification and Validation

202

Index

'
(quote), 16, 147
-
(subtract, negate), 11,
89, 109, 146, 187,
195
'
(transpose), 5, 11, 89,
109, 147, 187, 193
!
(operating system),
69, 145, 147
%
(comment), 42, 132,
147
%%
(code cell), 43, 132
%{
(block comment), 42
%}

(block comment), 42
%val
, 62
&
(and), 14, 146, 187
&&
(short-circuit and),
14, 146
( )
(parentheses), 10,
147, 187
*
(multiply), 11, 89,
109, 146, 187, 193
,
(comma), 4, 10, 89,
109, 147
.\
(array divide), 13,
146, 187
.'
(array transpose), 11,
89, 109, 147, 187,
193
.
(member), 17, 65,
147, 187
.*
(array multiply), 13,
89, 146, 187, 195

.*
(Java wildcard), 65
...
(continue
statement), 3, 147
./
(array divide), 13,
146, 187
.^
(array power), 13,
89, 146, 187, 195
/
(slash), 11, 12, 89,
109, 146, 156, 187,
193, 195
:
(colon), 18, 147, 150,
151, 187, 195
;
(semicolon), 4, 10, 30,
89, 109, 147, 187
@
(function handle), 43,
147, 185
[ ]
(construct array), 4,
10, 89, 109, 147, 187
[ ]
(multiple output),
25, 41, 147

\
(backslash), 11, 12,
89, 109, 122, 146,
156, 187, 193, 195
^
(power), 11, 89, 109,
146, 187, 193
{ }
(cell), 17, 147, 187
|
(or), 14, 146, 187

203
||
(short-circuit or), 14,
146
~
(not), 14, 146, 187
~=
(not equal), 14, 146,
187, 195
+
(add, unary plus), 11,
89, 109, 146, 187,
195
<
(less than), 14, 146,
187
<=
(less than or equal),

14, 146, 187
=
(assign), 3, 147, 187
==
(equal), 14, 146,
187, 195
>
(greater than), 14,
146, 187
>=
(greater than or
equal), 14, 146, 187
abs
, 23, 28, 154, 195
acos
, 23, 152, 196
airy
, 124, 155
all
, 24, 34, 146
animation, 108, 171
anonymous function.
See functions.
ans
, 3, 151
any
, 24, 34, 146
arithmetic. See
operators.
numeric, 99

symbolic, 99
variable precision, 99
Array Editor, 9
asin
, 23, 152, 196
assignment, 3
atan
, 23, 152, 196
audio, 183
axis
, 74, 78, 165, 167,
173
backslash. See
\
.
bisect
, 45
bit-wise. See operators.
block comment. See
%{
.
Blocksets, 198
break
, 31, 148
breakpoint, 38, 189
C code, 53, 192
C compiler, 54
calculus, 93, 101, 192
case
, 33, 148

case-sensitivity, 4
cat
, 17
catch
, 33, 49, 69, 148
ccode
, 94, 192
cd
, 10, 145
ceil
, 23, 154
cell array, 17, 43, 45,
185, 186
cell divider, 132
cell publishing, 132
char
, 16, 66, 161, 177,
184, 185
characteristic
polynomial. See
poly
.
chol
, 24, 26, 60, 89,
90, 156, 157

204
Cholesky factorization.
See
chol

.
classpath.txt
, 67
clc
, 6, 182
clear
, 8, 40, 47, 92,
143
clf
, 81, 119, 124, 126,
172
close button, 1
code development tools.
See Reports.
colamd
, 60, 90, 164
collect
, 102, 109, 193
colon notation. See :.
colormap
, 82, 84, 166,
172
colperm
, 90, 164
comma. See
,
(comma).
Command History
window, 9, 38
command line editting,

6
Command window, 2,
30, 36, 49, 144, 182
comment. See
%
.
complex
, 15, 154
complex numbers, 15,
154
cond
, 25, 156
condest
, 25, 156, 164
condition number. See
cond
,
condest
.
continue
, 32, 148
contour plot. See plots.
control flow, 29, 148
conv
, 120, 159, 160
convert
coordinates, 155
to different base, 178
to full, 85, 163
to number, 177

to numeric, 109, 194
to sparse, 85, 163
to string, 131, 177,
194
to symbolic, 92, 194
convolution. See
conv
.
coordinate transforms,
155
correlation, 158
cos
, 23, 98, 152, 196
cputime
, 51, 184
Current Directory
window, 9, 133, 188
data analysis, 158
data types, 7, 10, 16,
185
array, 17, 185
cell array, 17, 186
complex, 15
floating-point, 185
function handle, 185
integer, 16, 129, 184,
185
Java object, 185
logical, 14, 185
sparse matrix, 85

string, 16, 185

Tài liệu bạn tìm kiếm đã sẵn sàng tải về

Tải bản đầy đủ ngay
×