External Interfaces/API Reference |
Get (as a character array) an mxArray
's class
Fortran Syntax
Arguments
Returns
The class (as a character
array) of mxArray
, pm
.
Description
Call mxGetClassName
to determine the class of an mxArray
. The class of an mxArray
identifies the kind of data the mxArray
is holding. For example, if pm
points to a sparse mxArray
, then mxGetClassName
returns sparse
.
See Also
mxGetClassID | mxGetData |