1. Catalogs
  2. The MathWorks
  3. Function Reference: Volume 2 (F-O)

Function Reference: Volume 2 (F-O)
1 /1568Pages

Function Reference: Volume 2 (F-O)

Function Reference: Volume 2 (F-O)
1 /1568Pages

Catalog excerpts

Function Reference: Volume 2 (F-O)-1

MATLAB > 7 FunctionReference: Volume 2 (F-O) >

 Open the catalog to page 1
Function Reference: Volume 2 (F-O)-26

FunctionReference 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 Removesingletondimensions...

 Open the catalog to page 26
Function Reference: Volume 2 (F-O)-45

find 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 permutation...

 Open the catalog to page 45
Function Reference: Volume 2 (F-O)-48

FunctionReference NaN Not-a-Number > pi Ratioofcirclescircumferencetoitsdiameter, > realmax Largestpositivefloating-pointnumber > realmin Smallestpositivenormalized floating-pointnumber >

 Open the catalog to page 48
Function Reference: Volume 2 (F-O)-54

FunctionReference 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 objectwithsamplesoccurringbeforeoratevent...

 Open the catalog to page 54
Function Reference: Volume 2 (F-O)-60

FunctionReference 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 > fieldnames...

 Open the catalog to page 60
Function Reference: Volume 2 (F-O)-62

FunctionReference 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 > isequal...

 Open the catalog to page 62
Function Reference: Volume 2 (F-O)-71

class 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 Findandreplacesubstring...

 Open the catalog to page 71
Function Reference: Volume 2 (F-O)-72

findstr 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 charactersofstrings...

 Open the catalog to page 72
Function Reference: Volume 2 (F-O)-78

FunctionReference 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) Determinewhethertimerobjectis...

 Open the catalog to page 78
Function Reference: Volume 2 (F-O)-85

MATLAB 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 85

All The MathWorks catalogs and technical brochures

  1. Stateflow

    8  Pages

  2. SimEvents

    7  Pages

  3. SimDriveline

    7  Pages

  4. SimHydraulics

    7  Pages

  5. SimRF

    6  Pages

  6. MATLAB Coder

    5  Pages

  7. OPC Toolbox

    5  Pages

  8. SimBiology

    6  Pages

  9. xPC Target

    5  Pages

  10. SimMechanics

    7  Pages

  11. Simscape

    7  Pages

  12. Simulink

    6  Pages

  13. MATLAB®

    6  Pages

*Prices are pre-tax. They exclude delivery charges and customs duties and do not include additional charges for installation or activation options. Prices are indicative only and may vary by country, with changes to the cost of raw materials and exchange rates.