mxClassIDFromClassName (Fortran) - Identifier corresponding to class

Fortran Syntax

integer*4 mxClassIDFromClassName(classname)
character*(*) classname

Arguments

classname

A character array specifying a MATLAB® class name. Use one of the strings from the following table.

Returns

A numeric identifier used internally by MATLAB software to represent the MATLAB class, classname. Returns unknown if classname is not a recognized MATLAB class.

Description

Use mxClassIDFromClassName to obtain an identifier for any class that is recognized by MATLAB software. This function is most commonly used to provide a classid argument to mxCreateNumericArray and mxCreateNumericMatrix.

Valid choices for classname are listed in the mxIsClass reference page.

See Also

mxGetClassName, mxCreateNumericArray, mxCreateNumericMatrix, mxIsClass

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS