External Interfaces/API Reference |
Get an mxArray
's class identifier
Fortran Syntax
Arguments
Returns
A numeric identifier that represents the class (category) of the mxArray
that pm
points to.
Description
Use mxGetClassId
to determine the class of an mxArray
. The class of an mxArray
identifies the kind of data the mxArray
is holding.
See Also
mxGetCell | mxGetClassName |