Identifier corresponding to class
#include "fintrf.h" integer*4 mxClassIDFromClassName(classname) character*(*) classname
classname
character
array specifying a MATLAB® class name. For a list of valid classname
choices, see the mxIsClass
reference page.
Numeric identifier used internally by MATLAB software to represent the MATLAB class, classname
. Returns unknown
if
classname
is not a recognized MATLAB class.
Use mxClassIDFromClassName
to obtain an identifier for any
MATLAB class. This function is most commonly used to provide a
classid
argument to mxCreateNumericArray
and
mxCreateNumericMatrix
.
mxCreateNumericArray
| mxCreateNumericMatrix
| mxGetClassName
| mxIsClass