mxClassIDFromClassName (Fortran) - Identifier corresponding to class
Fortran Syntax
integer*4 mxClassIDFromClassName(classname)
character*(*) classname
Arguments
- classname
character array specifying a MATLAB class
name. Use one of the strings from the following table.
Returns
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
 | mxClassID (C) | | mxComplexity (C) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit