Catalog excerpts
MATLAB > 7 FunctionReference: Volume 2 (F-O) >
Open the catalog to page 1FunctionReference diag Diagonalmatricesanddiagonalsofmatrix > end Terminateblockofcode,orindicate lastarrayindex > flipdim Fliparrayalongspecifieddimension > fliplr Flipmatrixlefttoright > flipud Flipmatrixuptodown > horzcat Concatenatearrayshorizontally > inline Constructinlineobject > ipermute InversepermutedimensionsofN-D array > permute RearrangedimensionsofN-Darray > repmat Replicateandtilearray > reshape Reshapearray > rot90 Rotatematrix90degrees > shiftdim Shiftdimensions > sort Sortarrayelementsinascendingor descendingorder > sortrows Sortrowsinascendingorder > squeeze...
Open the catalog to page 26find Findindicesandvaluesofnonzeroelements > full Convertsparsematrixtofullmatrix > sparse Createsparsematrix > spconvert Importmatrixfromsparsematrix externalformat > issparse Determinewhetherinputissparse > nnz Numberofnonzeromatrixelements > nonzeros Nonzeromatrixelements > nzmax Amountofstorageallocatedfor nonzeromatrixelements > spalloc Allocatespaceforsparsematrix > spfun Applyfunctiontononzerosparse matrixelements > spones Replacenonzerosparsematrix elementswithones > spparms Setparametersforsparsematrix routines > spy Visualizesparsitypattern > amd Approximateminimumdegree...
Open the catalog to page 45FunctionReference NaN Not-a-Number > pi Ratioofcirclescircumferencetoitsdiameter, > realmax Largestpositivefloating-pointnumber > realmin Smallestpositivenormalized floating-pointnumber >
Open the catalog to page 48FunctionReference synchronize Synchronizeandresampletwo > timeseries objectsusingcommontimevector > transpose(timeseries) Transpose > timeseries object > vertcat(timeseries) Verticalconcatenationof > timeseries objects > addevent Addeventto > timeseries object > delevent Remove > tsdata.event objectsfrom > timeseries object > gettsafteratevent New > timeseries objectwithsamplesoccurringatorafterevent > gettsafterevent New > timeseries objectwithsamplesoccurringafterevent > gettsatevent New > timeseries objectwithsamplesoccurringatevent > gettsbeforeatevent New > timeseries...
Open the catalog to page 54FunctionReference sprintf Writeformatteddatatostring > sscanf Readformatteddatafromstring > strcat Concatenatestringshorizontally > strcmp,strcmpi Comparestrings > strings Stringhandling > strjust Justifycharacterarray > strmatch Findpossiblematchesforstring > strread Readformatteddatafromstring > strrep Findandreplacesubstring > strtrim Removeleadingandtrailingwhitespacefromstring > strvcat Concatenatestringsvertically > arrayfun Applyfunctiontoeachelementof array > cell2struct Convertcellarraytostructurearray > class Createobjectorreturnclassofobject > deal Distributeinputstooutputs >...
Open the catalog to page 60FunctionReference iscellstr Determinewhetherinputiscellarrayofstrings > isequal Testarraysforequality > isscalar Determinewhetherinputisscalar > isvector Determinewhetherinputisvector > mat2cell Dividematrixintocellarrayof matrices > num2cell Convertnumericarraytocellarray > struct2cell Convertstructuretocellarray > class Createobjectorreturnclassofobject > feval Evaluatefunction > func2str Constructfunctionnamestringfrom functionhandle > functions Informationaboutfunctionhandle > function_handle(@) Handleusedincallingfunctions indirectly > isa Determinewhetherinputisobject ofgivenclass >...
Open the catalog to page 62class Createobjectorreturnclassofobject > isa Determinewhetherinputisobjectofgivenclass > iscellstr Determinewhetherinputiscell arrayofstrings > ischar Determinewhetheritemischaracter array > isletter Arrayelementsthatarealphabetic letters > isscalar Determinewhetherinputisscalar > isspace Arrayelementsthatarespace characters > isstrprop Determinewhetherstringisof specifiedcategory > isvector Determinewhetherinputisvector > validatestring Checkvalidityoftextstring > deblank Striptrailingblanksfromendof string > lower Convertstringtolowercase > strjust Justifycharacterarray > strrep...
Open the catalog to page 71findstr Findstringwithinanother,longerstring > regexp,regexpi Matchregularexpression > regexprep Replacestringusingregular expression > regexptranslate Translatestringintoregular expression > sscanf Readformatteddatafromstring > strfind Findonestringwithinanother > strread Readformatteddatafromstring > strtok Selectedpartsofstring > eval ExecutestringcontainingMATLAB expression > evalc EvaluateMATLABexpressionwith capture > evalin ExecuteMATLABexpressionin specifiedworkspace > strcmp,strcmpi Comparestrings > strmatch Findpossiblematchesforstring > strncmp,strncmpi Comparefirst > n...
Open the catalog to page 72FunctionReference evalin ExecuteMATLABexpressioninspecifiedworkspace > feval Evaluatefunction > iskeyword Determinewhetherinputis MATLABkeyword > isvarname Determinewhetherinputisvalid variablename > pause Haltexecutiontemporarily > run Runscriptthatisnotoncurrent path > script ScriptM-filedescription > structfun Applyfunctiontoeachfieldofscalar structure > symvar Determinesymbolicvariablesin expression > tic,toc Measureperformanceusing stopwatchtimer > delete(timer) Removetimerobjectfrommemory > disp(timer) Informationabouttimerobject > get(timer) Timerobjectproperties > isvalid(timer)...
Open the catalog to page 78MATLAB ClassesandObject-OrientedProgramming properties Displayclasspropertynames > relationaloperators(handle) Equalityandsortingofhandleobjects > saveobj Methodcalledby > save functionforuser-definedobjects > set(hgsetget) Assignpropertyvaluestohandle objectsderivedfrom > hgsetget class > setdisp(hgsetget) Overridetochangecommand windowdisplay > subsasgn Subscriptedassignmentforobjects > subsindex Subscriptedindexingforobjects > subsref Subscriptedreferenceforobjects > substruct Createstructureargumentfor > subsasgn or > subsrefsuperiorto Establishsuperiorclassrelationship >
Open the catalog to page 85FunctionReference ferror QuerytheMATLAB > softwareabouterrorsinfileinputoroutput > fgetl Readlinefromfile,discarding newlinecharacter > fgets Readlinefromfile,keepingnewline character > fopen Openfile,orobtaininformation aboutopenfiles > fprintf Writeformatteddatatofile > fread Readbinarydatafromfile > frewind Movefilepositionindicatorto beginningofopenfile > fscanf Readformatteddatafromfile > fseek Setfilepositionindicator > ftell Filepositionindicator > fwrite Writebinarydatatofile > csvread Readcomma-separatedvaluefile > csvwrite Writecomma-separatedvaluefile > dlmread...
Open the catalog to page 88All The MathWorks catalogs and technical brochures
-
MATLAB Production Server
6 Pages
-
Database Toolbox
4 Pages
-
MATLAB Report Generator
4 Pages
-
Stateflow
8 Pages
-
SimEvents
7 Pages
-
SimDriveline
7 Pages
-
SimHydraulics
7 Pages
-
SimPowerSystems
8 Pages
-
Simulink Control Design
5 Pages
-
Aerospace Blockset
5 Pages
-
SimRF
6 Pages
-
Simulink Coder
6 Pages
-
Embedded Coder
8 Pages
-
Simulink PLC Coder
4 Pages
-
Fixed-Point Designer
9 Pages
-
MATLAB Coder
5 Pages
-
Simulink 3D Animation
10 Pages
-
Gauges Blockset
2 Pages
-
Simulink Report Generator
3 Pages
-
Polyspace Bug Finder
6 Pages
-
global-optimization-toolbox
10 Pages
-
Phased Array System Toolbox
9 Pages
-
OPC Toolbox
5 Pages
-
Simulink Design Verifier
7 Pages
-
Simulink Design Optimization
10 Pages
-
Filter Design HDL Coder
5 Pages
-
Bioinformatics Toolbox
9 Pages
-
SimBiology
6 Pages
-
Computer Vision System Toolbox
10 Pages
-
DSP System Toolbox
11 Pages
-
Fuzzy Logic Toolbox
5 Pages
-
Polyspace Client for C/C++
5 Pages
-
xPC Target
5 Pages
-
SimMechanics
7 Pages
-
Simscape
7 Pages
-
Simulink
6 Pages
-
Data Acquisition Toolbox
8 Pages
-
Image Processing Toolbox
7 Pages
-
Signal Processing Toolbox
10 Pages
-
Control System Toolbox
6 Pages
-
Symbolic Math Toolbox?
6 Pages
-
Parallel Computing Toolbox?
7 Pages
-
MATLAB®
6 Pages
-
Mapping Toolbox 3.2
7 Pages
-
Instrument Control Toolbox
7 Pages
-
Optimization Toolbox 6.0
14 Pages
Archived catalogs
-
MATLAB Release Notes
505 Pages
-
C and Fortran API Reference
263 Pages
-
External Interfaces
649 Pages
-
Function Reference: Volume 3 (P-Z)
1696 Pages
-
Function Reference: Volume 1 (A-E)
1298 Pages
-
Creating Graphical User Interfaces
520 Pages
-
3-D Visualization
212 Pages
-
Graphics
667 Pages
-
MATLAB Programming Tips
66 Pages
-
Programming Fundamentals
840 Pages
-
Data Analysis
220 Pages
-
Mathematics
316 Pages
-
MATLAB® Getting Started Guide
250 Pages