matlab数学实验1

来源:互联网 发布:mac可以玩游戏吗 编辑:程序博客网 时间:2024/05/16 08:46

x=1:2:9

x =

 1     3     5     7     9

a=linspace(-1,1,30)

a =

1 至 11 列

-1.0000 -0.9310 -0.8621 -0.7931 -0.7241 -0.6552 -0.5862 -0.5172 -0.4483 -0.3793 -0.3103

12 至 22 列

-0.2414 -0.1724 -0.1034 -0.0345 0.0345 0.1034 0.1724 0.2414 0.3103 0.3793 0.4483

23 至 30 列

0.5172    0.5862    0.6552    0.7241    0.7931    0.8621    0.9310    1.0000

b=2*a.^2

b =

1 至 11 列

2.0000    1.7337    1.4863    1.2580    1.0488    0.8585    0.6873    0.5351    0.4019    0.2878    0.1926

12 至 22 列

0.1165    0.0595    0.0214    0.0024    0.0024    0.0214    0.0595    0.1165    0.1926    0.2878    0.4019

23 至 30 列

0.5351    0.6873    0.8585    1.0488    1.2580    1.4863    1.7337    2.0000

A=[1 2 3
4 5 6]

A =

 1     2     3 4     5     6

x=linspace(0,pi,11)

x =

     0    0.3142    0.6283    0.9425    1.2566    1.5708    1.8850    2.1991    2.5133    2.8274    3.1416

*>> x=zero(5,6)
未定义与 ‘double’ 类型的输入参数相对应的函数 ‘zero’。

x=zeros(5,6)*

x =

 0     0     0     0     0     0 0     0     0     0     0     0 0     0     0     0     0     0 0     0     0     0     0     0 0     0     0     0     0     0

u=(1:3;
u=(1:3;
|
错误: 圆括号或方括号不对称或异常。

是不是想输入:

u=(1:3);
u=[1:3;
4:6
7:9
]

u =

 1     2     3 4     5     6 7     8     9

u(4,;0=[10:12]
u(4,;0=[10:12]
|
错误: 圆括号或方括号不对称或异常。

u(4,;0)=[10:12]
u(4,;0)=[10:12]
|
错误: 圆括号或方括号不对称或异常。

u(4,;)=[10,11,12]
u(4,;)=[10,11,12]
|
错误: 圆括号或方括号不对称或异常。

u(4,:)=[10,11,12]

u =

 1     2     3 4     5     6 7     8     910    11    12

u(4,:)=[1,1,1]

u =

 1     2     3 4     5     6 7     8     9 1     1     1

u(:,4)=[1,1,1]
带有下标的赋值维度不匹配。

u(:,4)=[1,1,1,1]

u =

 1     2     3     1 4     5     6     1 7     8     9     1 1     1     1     1

help
帮助主题:

matlabhdlcoder\matlabhdlcoder - (没有目录文件)
matlab\testframework - (没有目录文件)
matlabxl\matlabxl - MATLAB Builder EX
matlab\demos - Examples.
matlab\graph2d - Two dimensional graphs.
matlab\graph3d - Three dimensional graphs.
matlab\graphics - Handle Graphics.
graphics\obsolete - (没有目录文件)
matlab\plottools - Graphical plot editing tools
matlab\scribe - Annotation and Plot Editing.
scribe\obsolete - (没有目录文件)
matlab\specgraph - Specialized graphs.
matlab\uitools - Graphical user interface components and tools
uitools\obsolete - (没有目录文件)
hardware\stubs - (没有目录文件)
matlab\images - (没有目录文件)
toolbox\local - General preferences and configuration information.
matlab\optimfun - Optimization and root finding.
matlab\codetools - Commands for creating and debugging code
matlab\datafun - Data analysis and Fourier transforms.
matlab\datamanager - (没有目录文件)
matlab\datastoreio - (没有目录文件)
matlab\datatypes - Data types and structures.
matlab\elfun - Elementary math functions.
matlab\elmat - Elementary matrices and matrix manipulation.
matlab\funfun - Function functions and ODE solvers.
matlab\general - General purpose commands.
matlab\guide - Graphical user interface design environment
matlab\helptools - Help commands.
matlab\iofun - File input and output.
matlab\lang - Programming language constructs.
matlab\mapreduceio - (没有目录文件)
matlab\matfun - Matrix functions - numerical linear algebra.
matlab\ops - Operators and special characters.
matlab\polyfun - Interpolation and polynomials.
matlab\randfun - Random matrices and random streams.
matlab\sparfun - Sparse matrices.
matlab\specfun - Specialized math functions.
matlab\strfun - Character strings.
matlab\timefun - Time and dates.
matlab\verctrl - Version control.
matlab\winfun - Windows Operating System Interface Files (COM/DDE)
winfun\NET - Using .NET from within MATLAB
simulink\components - Simulink components.
simulink\dee - Differential Equation Editor
asap2\asap2 - (没有目录文件)
asap2\user - (没有目录文件)
can\blocks - (没有目录文件)
common\tgtcommon - (没有目录文件)
rtw\misra - (没有目录文件)
coder\simulinkcoder - Simulink Coder
targets\pil - (没有目录文件)
AUTOSAR\AUTOSAR - (没有目录文件)
rtw\accel - (没有目录文件)
coder\simulinkcoder_core - (没有目录文件)
rtw\rtwdemos - Simulink Coder Demos
rtwdemos\rsimdemos - (没有目录文件)
blocks\library - (没有目录文件)
library\simulinkcoder - (没有目录文件)
blocks\obsolete - (没有目录文件)
simulink\blocks - Simulink block library.
simulink\simulink - Simulink
simulink\MPlayIO - (没有目录文件)
simulink\simdemos - Simulink examples
simdemos\aerospace - (没有目录文件)
simdemos\automotive - (没有目录文件)
automotive\powerwindow - (没有目录文件)
simdemos\simfeatures - (没有目录文件)
simfeatures\modelreference - (没有目录文件)
automotive\fuelsys - (没有目录文件)
simdemos\simgeneral - (没有目录文件)
simulink\hmi - (没有目录文件)
simulink\modeladvisor - (没有目录文件)
modeladvisor\fixpt - (没有目录文件)
simulink\frameedit - (没有目录文件)
dastudio\depviewer - (没有目录文件)
stateflow\stateflow - Stateflow
stateflow\sfdemos - Stateflow examples and samples.
aero\aero - Aerospace Toolbox
aeroblks\aeroblks - Aerospace Blockset
aeroblks\aeroblksutilities - (没有目录文件)
aeroblks\aerodemos - Aerospace Blockset model examples.
aero\astdemos - (没有目录文件)
matlab\apps - (没有目录文件)
matlab\audiovideo - Audio and Video support.
bioinfo\bioinfo - Bioinformatics Toolbox
bioinfo\biolearning - Bioinformatics Toolbox – Statistical Learning functions.
bioinfo\microarray - Bioinformatics Toolbox – Microarray support functions.
bioinfo\mass_spec - Bioinformatics Toolbox – Mass spectrometry data analysis functions.
bioinfo\proteins - Bioinformatics Toolbox – Protein analysis tools.
bioinfo\biomatrices - Bioinformatics Toolbox – Sequence similarity scoring matrices.
bioinfo\graphtheory - Bioinformatics Toolbox – Graph Theory functions.
bioinfo\biodemos - Bioinformatics Toolbox – Tutorials, demos and examples.
coder\codegendemos - (没有目录文件)
coder\connectivity - (没有目录文件)
coder\coverage - (没有目录文件)
rtw\rtw - (没有目录文件)
tools\registry - (没有目录文件)
foundation\tfl - (没有目录文件)
AUTOSAR4p0\IFX - (没有目录文件)
AUTOSAR4p0\IFL - (没有目录文件)
tfl\gui - (没有目录文件)
coder\matlabcoder - MATLAB Coder
comm\comm - Communications System Toolbox
commutilities\comminit - (没有目录文件)
commutilities\commmex - (没有目录文件)
comm\commutilities - (没有目录文件)
comm\commdeprecated - Archived MATLAB Files from Communications System Toolbox.
comm\commdemos - Communications System Toolbox Demos.
comm\examples - Communications Toolbox Documentation Examples.
shared\comparisons - (没有目录文件)
toolbox\compiler - MATLAB Compiler
compiler\java - (没有目录文件)
connector\connector - connector Enable or disable the MATLAB Connector. The MATLAB Connector allows you to access a MATLAB session on a desktop from a mobile device using MATLAB Mobile.
control\control - Control System Toolbox
control\ctrlguis - Control System Toolbox – Visualization and plot manipulation.
control\ctrlobsolete - Control System Toolbox – obsolete commands.
control\ctrlutil - Control System Toolbox – Utilities and MEX files.
control\ctrldemos - Control System Toolbox – Demos.
curvefit\curvefit - Curve Fitting Toolbox
curvefit\splines - Curve Fitting Toolbox – Spline Functions
curvefit\cftoolgui - Curve Fitting Toolbox – Curve Fitting Tool
curvefit\curvefitdemos - Curve Fitting Toolbox – Examples
daq\daq - Data Acquisition Toolbox
daq\daqguis - Data Acquisition Toolbox - Data Acquisition Soft Instruments.
daq\daqdemos - Data Acquisition Toolbox - Data Acquisition Demos.
database\database - Database Toolbox
database\vqb - Visual Query Builder functions.
database\dbdemos - Database Toolbox Demonstration Functions.
datafeed\datafeed - Datafeed Toolbox
datafeed\datafeeddemos - (没有目录文件)
datafeed\dfgui - Datafeed Toolbox Graphical User Interface
toolbox\distcomp - Parallel Computing Toolbox
distcomp\distcomp - (没有目录文件)
distcomp\user - (没有目录文件)
distcomp\mpi - Parallel Computing Functions for Message Passing
distcomp\parallel - Parallel Algorithms
parallel\util - (没有目录文件)
distcomp\lang - Parallel computing programming language constructs.
distcomp\cluster - Functions and Classes for Parallel Computing with Clusters
distcomp\gpu - There are several options available for using your computer’s graphics
distcomp\pctdemos - (没有目录文件)
dotnetbuilder\dotnetbuilder - MATLAB Builder NE
dotnetbuilder\java - (没有目录文件)
qualkits\do - DO Qualification Kit
dsp\dsp - DSP System Toolbox
dsp\dsputilities - (没有目录文件)
dsputilities\dspinit - (没有目录文件)
dsputilities\dspmex - (没有目录文件)
dsp\dspdemos - DSP System Toolbox demonstrations and examples.
dsp\dspdeployabledemos - (没有目录文件)
dsp\examples - (没有目录文件)
targets\ecoder - (没有目录文件)
mpt\mpt - Module Packaging Feature
mpt\user_specific - (没有目录文件)
coder\embeddedcoder - Embedded Coder
ecoder\ecoderdemos - (没有目录文件)
econ\econ - Econometrics Toolbox
econ\econdemos - Econometrics Toolbox: Data, Demos, and Examples
edalink\edalink - (没有目录文件)
hdlverifier\hdlverifier - HDL Verifier
foundation\hdllink - (没有目录文件)
foundation\dpigenerator - (没有目录文件)
eml\eml - (没有目录文件)
toolbox\exlink - Spreadsheet Link EX
dsp\filterdesign - (没有目录文件)
finance\finance - Financial Toolbox
finance\calendar - Financial Toolbox calendar functions.
finance\finsupport - (没有目录文件)
finance\ftseries - Financial Toolbox Times Series Functions.
finance\findemos - Financial Toolbox Examples
fininst\fininst - Financial Instruments Toolbox
fininst\fininstdemos - Financial Instruments Toolbox: Demos
fixedpoint\fixedpointtool - (没有目录文件)
fixedpoint\fidemos - (没有目录文件)
fixedpoint\fixedpoint - Fixed-Point Designer
toolbox\fixpoint - Fixed-Point Designer
fixpoint\fpca - (没有目录文件)
fixedandfloat\fxpdemos - Fixed-Point Designer Demos
fuzzy\fuzzy - Fuzzy Logic Toolbox
fuzzy\fuzzyutil - (没有目录文件)
fuzzy\fuzdemos - Fuzzy Logic Toolbox Demos.
geoweb\geoweb - GeoWeb Functions and Classes
globaloptim\globaloptim - Global Optimization Toolbox
globaloptim\globaloptimdemos - Global Optimization Toolbox Demos
glue\studio - (没有目录文件)
hdlcoder\hdlcoder - HDL Coder
hdlcoder\hdlwa - (没有目录文件)
hdlcoder\hdlcoderdemos - HDL Coder Examples
hdlcoderdemos\matlabhdlcoderdemos - HDL Coder Demos
hdlcoder\hdlcommon - (没有目录文件)
hdlfilter\hdlfilter - Filter Design HDL Coder
hdlfilter\hdlfiltdemos - Filter Design HDL Coder Demos
hdllib\ml_lib - (没有目录文件)
hdllib\sl_lib - (没有目录文件)
eclipseide\mdlinfo - (没有目录文件)
eclipseide\tfl - (没有目录文件)
ticcs\ccsblks - (没有目录文件)
ticcs\ccslinkblks - (没有目录文件)
ccslinkblks\rtdxsimblks - (没有目录文件)
ticcs\mdlinfo - (没有目录文件)
ticcs\tfl - (没有目录文件)
ticcs\util - (没有目录文件)
ticcs\envChecker - (没有目录文件)
foundation\pjtgenerator - (没有目录文件)
pjtgenerator\tgtpref2 - (没有目录文件)
pjtgenerator\mdlinfo - (没有目录文件)
pjtgenerator\blks - (没有目录文件)
blks\masks - (没有目录文件)
foundation\util - (没有目录文件)
foundation\errorhandler - (没有目录文件)
foundation\xmakefile - (没有目录文件)
foundation\hookpoints - (没有目录文件)
idelink\idelinkdemos - (没有目录文件)
ticcs\ccsdemos - (没有目录文件)
ccsdemos\util - (没有目录文件)
ident\ident - System Identification Toolbox
ident\nlident - Nonlinear System Identification features. Type “help ident” for more info.
ident\idobsolete - (没有目录文件)
ident\idguis - (没有目录文件)
ident\idutils - (没有目录文件)
ident\iddemos - (没有目录文件)
iddemos\examples - (没有目录文件)
qualkits\iec - IEC Certification Kit
images\colorspaces - Image Processing Toolbox — colorspaces
images\images - Image Processing Toolbox
images\imdata - Image Processing Toolbox — sample images
images\imuitools - Image Processing Toolbox — imuitools
images\iptformats - Image Processing Toolbox — File Formats
images\iptutils - Image Processing Toolbox — utilities
matlab\imagesci - (没有目录文件)
images\imdemos - Image Processing Toolbox — demos
imaq\imaq - Image Acquisition Toolbox
imaq\imaqdemos - Image Acquisition Toolbox.
imaqblks\imaqblks - (没有目录文件)
imaqblks\imaqmex - (没有目录文件)
imaqblks\imaqmasks - (没有目录文件)
incisive\incisive - HDL Verifier for use with Cadence Incisive
incisive\incisivedemos - (没有目录文件)
instrument\instrument - Instrument Control Toolbox
instrumentblks\instrumentblks - (没有目录文件)
instrumentblks\instrumentmex - (没有目录文件)
instrumentblks\instrumentmasks - (没有目录文件)
instrument\instrumentdemos - (没有目录文件)
shared\instrument - (没有目录文件)
javabuilder\javabuilder - MATLAB Builder JA
lte\lte - LTE System Toolbox
lte\lteobsolete - Obsolete LTE Toolbox interface
lte\examples - (没有目录文件)
lte\lteexamples - LTE System Toolbox Examples.
shared\m3i - (没有目录文件)
map\map - Mapping Toolbox
map\mapgeodesy - (没有目录文件)
map\mapdisp - (没有目录文件)
map\mapformats - (没有目录文件)
map\mapproj - (没有目录文件)
map\mapdata - Mapping Toolbox Sample Data Sets
map\mapdemos - Mapping Toolbox Examples
mbc\mbc - Model-Based Calibration Toolbox
mbc\mbcdata - Model-Based Calibration Toolbox private utilities.
mbc\mbcdesign - Model-Based Calibration Toolbox private utilities.
mbc\mbcexpr - Model-Based Calibration Toolbox private utilities.
mbc\mbcguitools - Model-Based Calibration Toolbox private utilities.
mbc\mbclayouts - Model-Based Calibration Toolbox private utilities.
mbc\mbcmodels - Model-Based Calibration Toolbox private utilities.
mbc\mbcsimulink - Model-Based Calibration Toolbox private utilities.
mbc\mbctools - Model-Based Calibration Toolbox private utilities.
mbc\mbcview - Model-Based Calibration Toolbox private utilities.
mbc\mbcdemos - (没有目录文件)
shared\mldatx - (没有目录文件)
modelsim\modelsim - HDL Verifier for use with Mentor Graphics ModelSim
modelsim\modelsimdemos - (没有目录文件)
mpc\mpc - Model Predictive Control Toolbox
mpc\mpcguis - (没有目录文件)
mpc\mpcobsolete - (没有目录文件)
mpc\mpcutils - (没有目录文件)
mpc\mpcdemos - Model Predictive Control Toolbox – Demos.
matlab\networklib - Network support.
toolbox\nnet - Neural Network Toolbox
nnet\nncontrol - Neural Network Toolbox Control System Functions.
nnet\nnadapt - Neural Network Toolbox Adapt Functions.
nnet\nndatafun - Neural Network Toolbox Data Functions.
nnet\nnderivative - Neural Network Toolbox Calculation Functions.
nnet\nndistance - Neural Network Toolbox Distance Functions.
nnet\nndivision - Neural Network Toolbox Division Functions.
nnet\nninitlayer - Neural Network Toolbox Layer Initialization Functions.
nnet\nninitnetwork - Neural Network Toolbox Network Initialization Functions.
nnet\nninitweight - Neural Network Toolbox Weight Initialization Functions.
nnet\nnlearn - Neural Network Toolbox Learning Functions.
nnet\nnnetfun - Neural Network Toolbox Network Functions.
nnet\nnnetinput - Neural Network Toolbox Net Input Functions.
nnet\nnnetwork - Neural Network Toolbox Network Creation Functions.
nnet\nnperformance - Neural Network Toolbox Performance Functions.
nnet\nnplot - Neural Network Toolbox Plot Functions.
nnet\nnprocess - Neural Network Toolbox Processing Functions.
nnet\nnsearch - Neural Network Toolbox Line Search Functions.
nnet\nntopology - Neural Network Toolbox Topology Functions.
nnet\nntrain - Neural Network Toolbox Training Functions.
nnet\nntransfer - Neural Network Toolbox Transfer Functions.
nnet\nnweight - Neural Network Toolbox Weight Functions.
nnet\nnguis - Neural Network Toolbox GUI Functions.
nnet\nnobsolete - Neural Network Toolbox Obsolete Functions
nnet\nnutils - Neural Network Toolbox Utility Functions
nnet\nndemos - Neural Network Demonstrations and Applications
nndemos\nndatasets - Neural Network Datasets
opc\opc - OPC Toolbox
opc\opcgui - (没有目录文件)
opcblks\opcblks - OPC Toolbox Block Library Support Functions.
opc\opcdemos - OPC Toolbox - OPC Examples
opcdemos\opcblksdemos - OPC Toolbox Block Library Examples.
optim\optim - Optimization Toolbox
optim\optimdemos - Demonstrations.
toolbox\pde - Partial Differential Equation Toolbox
pde\pdedemos - Partial Differential Equation Toolbox Examples
phased\phased - Phased Array System Toolbox
phased\phasedapps - (没有目录文件)
phased\phaseddemos - (没有目录文件)
mli\m - (没有目录文件)
mli\m - (没有目录文件)
mli\m - (没有目录文件)
drive\drive - (没有目录文件)
drive\drivedemos - SimDriveline 1 Demos.
elec\elec - SimElectronics
elec\elecdemos - (没有目录文件)
mech\mech - SimMechanics
mech\importer - (没有目录文件)
mech\mechdemos - SimMechanics Demos.
network_engine\network_engine - (没有目录文件)
ne_sli\ne_sli - (没有目录文件)
pe\pedemos - (没有目录文件)
library\m - (没有目录文件)
utils\m - (没有目录文件)
pm_sli\pm_sli - (没有目录文件)
powersys\powersys - (没有目录文件)
powersys\powerdemo - SimPowerSystems Demos
drives\drivesdemo - (没有目录文件)
DR\DRdemo - (没有目录文件)
facts\factsdemo - (没有目录文件)
powerdemo\machines - (没有目录文件)
powerdemo\simple - (没有目录文件)
sdl\sdl - SimDriveline
sdl\classic - (没有目录文件)
sh\sh - SimHydraulics
sh\shdemos - (没有目录文件)
simrf\m - (没有目录文件)
simscape\simscapedemos - (没有目录文件)
foundation\simscape - Simscape
library\m - (没有目录文件)
simscape\m - (没有目录文件)
smdemos\cart_double_pendulum - (没有目录文件)
smdemos\stewart_platform - (没有目录文件)
smdemos\double_crank_aiming - (没有目录文件)
smdemos\double_wishbone_suspension - (没有目录文件)
smdemos\robotic_wrist - (没有目录文件)
smdemos\welding_robot - (没有目录文件)
smdemos\potters_wheel - (没有目录文件)
import\m - (没有目录文件)
sli\m - (没有目录文件)
sm\m - (没有目录文件)
sps\sps - SimPowerSystems
plccoder\plccoder - Simulink PLC Coder
plugins\omron - (没有目录文件)
plugins\indraworks - (没有目录文件)
plccoder\plccoderdemos - (没有目录文件)
polyspace\psbugfinder - Polyspace Bug Finder
polyspace\pscodeprover - Polyspace Code Prover
pscore\pscore - (没有目录文件)
psdistcomp\psdistcomp - (没有目录文件)
pslink\pslink - Polyspace plug-in for Simulink.
pslinkdemos\psdemo_model_link_sl - (没有目录文件)
psrptgen\psrptgen - (没有目录文件)
interfaces\python - (没有目录文件)
qualkits\common - (没有目录文件)
realtime\realtime - Run Simulink model on target hardware
rf\rf - RF Toolbox
rf\rftool - RF Tool Graphical User Interface
rfblks\rfblks - (没有目录文件)
rfblks\rfblksmasks - (没有目录文件)
rfblks\rfblksdemos - (没有目录文件)
rf\rfdemos - RF Toolbox Demos
robust\robust - Robust Control Toolbox
robust\rctlmi - Robust Control Toolbox - LMI Solvers.
robust\rctutil - (没有目录文件)
robust\rctguis - (没有目录文件)
rctobsolete\lmi - (没有目录文件)
mutools\commands - (没有目录文件)
mutools\subs - Utilities for obsolete MUTOOLS commands.
robust\rctdemos - Robust Control Toolbox – Demos.
rptgen\rptgen - MATLAB Report Generator
rptgenext\rptgenext - Simulink Report Generator
rptgenextdemos\flutter_suppression - (没有目录文件)
rptgenextdemos\sdd - (没有目录文件)
rptgenextdemos\slxmlcomp - (没有目录文件)
rptgen\rptgendemos - (没有目录文件)
rptgendemos\domapi - (没有目录文件)
xmlcomp\demos - (没有目录文件)
rtwin\rtwin - Real-Time Windows Target
rtwin\rtwindemos - (没有目录文件)
blocks\sb2sl - (没有目录文件)
shared\can - (没有目录文件)
can\canblks - (没有目录文件)
can\canmasks - (没有目录文件)
can\canmex - (没有目录文件)
shared\configset - (没有目录文件)
controllib\engine - Control Library - Engine.
engine\numerics - (没有目录文件)
engine\options - (没有目录文件)
engine\blocks - (没有目录文件)
controllib\general - Control System Toolbox – General Utilities.
controllib\graphics - Control Library - Graphics.
graphics\utils - (没有目录文件)
graphics\plotoptions - (没有目录文件)
controllib\requirements - Control Library - Design Requirements.
shared\dastudio - (没有目录文件)
dspblks\dspblks - (没有目录文件)
dsp\dialog - (没有目录文件)
utilities\init - (没有目录文件)
eda\board - (没有目录文件)
eda\fil - FPGA-in-the-Loop verifies FPGA designs in Simulink and MATLAB with an
fil\filmapi - (没有目录文件)
fil\fildemos - (没有目录文件)
eda\fpgaautomation - HDL Verifier for Xilinx FPGA design automation
shared\filterdesignlib - (没有目录文件)
shared\hdlshared - HDL Library
hdlshared\hdlshared_gui - (没有目录文件)
shared\imageslib - Image Processing Toolbox Library
shared\imaqlib - Image Acquisition Toolbox Library
shared\mapgeodesy - Geometric Geodesy Functions
shared\maputils - Map Utility Functions
shared\measure - (没有目录文件)
shared\optimlib - Optimization Toolbox Library
shared\pdelib - PDE Toolbox Library
slvnv\reqmgt - Requirements Management Interface.
reqmgt\RTExplorer - Subdirectory “RTExplorer” - RMI data serialization infrastructure
shared\rptgen - (没有目录文件)
shared\sigbldr - (没有目录文件)
shared\siglib - (没有目录文件)
shared\slcontrollib - Simulink Control Design Library
shared\sldv - sldvisactive - Check if Simulink Design Verifier software is analyzing model
shared\slvnv - (没有目录文件)
slvnv\slvnv - Simulink Verification and Validation
slvnv\simcoverage - Simulink Model Coverage Tool
shared\spcuilib - (没有目录文件)
shared\statslib - Statistics Toolbox Library
testmeaslib\simulink - (没有目录文件)
tlmgenerator\foundation - (没有目录文件)
foundation\tlmgeneratordemos - (没有目录文件)
shared\xcp - XCP functionality is provided as part of Vehicle Network Toolbox.
xcp\xcpblks - (没有目录文件)
xcp\xcpmasks - (没有目录文件)
xcp\xcpmex - (没有目录文件)
signal\signal - Signal Processing Toolbox
signal\sigtools - (没有目录文件)
signal\sptoolgui - (没有目录文件)
signal\sigdemos - (没有目录文件)
simbio\simbio - SimBiology
simbio\simbiodemos - SimBiology Demos
simevents\simevents - SimEvents
des\desblks - (没有目录文件)
des\desmasks - (没有目录文件)
des\desmex - (没有目录文件)
simevents\examples - SimEvents Demos.
simrf\simrf - SimRF
simrf\simrfV2 - (没有目录文件)
simrf\simrfV2masks - (没有目录文件)
simrf\simrfV2demos - SimRF 4.3 Demos
simrf\examples - (没有目录文件)
sl3d\sl3d - Simulink 3D Animation
sl3d\sl3ddemos - Simulink 3D Animation examples.
slci\slci - Simulink Code Inspector
slci\slcidemos - (没有目录文件)
slcontrol\slcontrol - Simulink Control Design
slcontrol\slctrlguis - (没有目录文件)
slcontrol\slctrlutil - (没有目录文件)
slcontrol\slctrlobsolete - (没有目录文件)
slcontrol\slctrldemos - (没有目录文件)
sldo\sldo - Simulink Design Optimization
sldo\sldoguis - (没有目录文件)
sloptim\sloptim - (没有目录文件)
sloptim\sloptguis - (没有目录文件)
sloptim\sloptobsolete - (没有目录文件)
slestim\slestguis - (没有目录文件)
slestim\slestim - (没有目录文件)
slestim\slestmex - Simulink Design Optimization Estimation S-Function MEX-files.
slestim\slestutil - (没有目录文件)
sldo\sldodemos - Simulink Design Optimization Demos.
sldodemos\optim - (没有目录文件)
sldodemos\estim - (没有目录文件)
sldo\examples - (没有目录文件)
sldv\slicer - (没有目录文件)
slicer\gui - (没有目录文件)
sldv\sldv - Simulink Design Verifier
sldv\sldvdemos - (没有目录文件)
slproject\examples - (没有目录文件)
slreportgen\webview - (没有目录文件)
slrt\slrt - Simulink Real-Time
slrt\blocks - (没有目录文件)
blocks\protocols - (没有目录文件)
blocks\displaylogging - (没有目录文件)
slrt\slrtexamples - (没有目录文件)
slvnv\slvnvdemos - (没有目录文件)
slvnv\rmidemos - (没有目录文件)
slvnv\simcovdemos - (没有目录文件)
slvnv\do178b - (没有目录文件)
slvnv\iec61508 - Modeling Style Guide checks for IEC61508
slvnv\styleguide - (没有目录文件)
simulink\sl_async_streaming - (没有目录文件)
simulink\fixedandfloat - Fixed-Point Designer utilities.
fixedandfloat\obsolete - (没有目录文件)
iodata\iomap - (没有目录文件)
performance\performancea - (没有目录文件)
simharness\simharness - (没有目录文件)
simulink\upgradeadvisor - (没有目录文件)
stats\stats - Statistics Toolbox
stats\classreg - (没有目录文件)
stats\clustering - (没有目录文件)
stats\statsdemos - Statistics Toolbox — Demos
symbolic\symbolic - Symbolic Math Toolbox
symbolic\symbolicdemos - (没有目录文件)
systemtest\systemtest - SystemTest
systemtest\systemtestdemos - SystemTest demonstrations and examples.
target\codertarget - (没有目录文件)
intelhost\tfl - (没有目录文件)
foundation\utils - (没有目录文件)
utils\resource_config - (没有目录文件)
blks\mex - (没有目录文件)
blks\masks - (没有目录文件)
ti\mdlinfo - (没有目录文件)
ti\utils - (没有目录文件)
blks\masks - (没有目录文件)
etargets\etargets - (没有目录文件)
etargets\demoutils - (没有目录文件)
target\targetdemos - (没有目录文件)
processor\tic2000 - (没有目录文件)
tic2000\utils - (没有目录文件)
blks\masks - (没有目录文件)
tic5000\tic5000demos - (没有目录文件)
processor\tic6000 - (没有目录文件)
tic6000\tfl - (没有目录文件)
tic6000\utils - (没有目录文件)
blks\masks - (没有目录文件)
blks\mex - (没有目录文件)
blks\masks - (没有目录文件)
matlab\timeseries - Time series data visualization and exploration.
matlab\hds - (没有目录文件)
matlab\toolbox_packaging - (没有目录文件)
trading\trading - Trading Toolbox
trading\tradingdemos - (没有目录文件)
lte\umts - LTE System Toolbox
vision\vision - Computer Vision System Toolbox
vision\visionutilities - (没有目录文件)
visionutilities\visioninit - (没有目录文件)
visionutilities\visionmex - (没有目录文件)
vnt\vnt - Vehicle Network Toolbox
vnt\vntguis - (没有目录文件)
vntblks\vntblks - (没有目录文件)
vntblks\vntmasks - (没有目录文件)
vnt\vntdemos - (没有目录文件)
wavelet\wavelet - Wavelet Toolbox
wavelet\wmultisig1d - (没有目录文件)
wavelet\compression - (没有目录文件)
wavelet\wavedemo - (没有目录文件)
matlab\webcam - Webcam support.
webservices\restful - (没有目录文件)
interfaces\webservices - Web services interface.
xpc\xpc - (没有目录文件)
xpcblocks\thirdpartydrivers - (没有目录文件)
build\xpcblocks - (没有目录文件)
build\xpcobsolete - (没有目录文件)
xpc\xpcdemos - (没有目录文件)

Elementary math functions.

Trigonometric.
sin - Sine.
sind - Sine of argument in degrees.
sinh - Hyperbolic sine.
asin - Inverse sine.
asind - Inverse sine, result in degrees.
asinh - Inverse hyperbolic sine.
cos - Cosine.
cosd - Cosine of argument in degrees.
cosh - Hyperbolic cosine.
acos - Inverse cosine.
acosd - Inverse cosine, result in degrees.
acosh - Inverse hyperbolic cosine.
tan - Tangent.
tand - Tangent of argument in degrees.
tanh - Hyperbolic tangent.
atan - Inverse tangent.
atand - Inverse tangent, result in degrees.
atan2 - Four quadrant inverse tangent.
atan2d - Four quadrant inverse tangent, result in degrees.
atanh - Inverse hyperbolic tangent.
sec - Secant.
secd - Secant of argument in degrees.
sech - Hyperbolic secant.
asec - Inverse secant.
asecd - Inverse secant, result in degrees.
asech - Inverse hyperbolic secant.
csc - Cosecant.
cscd - Cosecant of argument in degrees.
csch - Hyperbolic cosecant.
acsc - Inverse cosecant.
acscd - Inverse cosecant, result in degrees.
acsch - Inverse hyperbolic cosecant.
cot - Cotangent.
cotd - Cotangent of argument in degrees.
coth - Hyperbolic cotangent.
acot - Inverse cotangent.
acotd - Inverse cotangent, result in degrees.
acoth - Inverse hyperbolic cotangent.
hypot - Square root of sum of squares.

Exponential.
exp - Exponential.
expm1 - Compute exp(x)-1 accurately.
log - Natural logarithm.
log1p - Compute log(1+x) accurately.
log10 - Common (base 10) logarithm.
log2 - Base 2 logarithm and dissect floating point number.
pow2 - Base 2 power and scale floating point number.
realpow - Power that will error out on complex result.
reallog - Natural logarithm of real number.
realsqrt - Square root of number greater than or equal to zero.
sqrt - Square root.
nthroot - Real n-th root of real numbers.
nextpow2 - Next higher power of 2.

Complex.
abs - Absolute value.
angle - Phase angle.
complex - Construct complex data from real and imaginary parts.
conj - Complex conjugate.
imag - Complex imaginary part.
real - Complex real part.
unwrap - Unwrap phase angle.
isreal - True for real array.
cplxpair - Sort numbers into complex conjugate pairs.

Rounding and remainder.
fix - Round towards zero.
floor - Round towards minus infinity.
ceil - Round towards plus infinity.
round - Round towards nearest integer.
mod - Modulus (signed remainder after division).
rem - Remainder after division.
sign - Signum.

a=[1 2 3
4 5 6];sin(a)

ans =

0.8415    0.9093    0.1411

-0.7568 -0.9589 -0.2794

原创粉丝点击