External Interfaces Reference |
Get mxArray
class as character array
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 logical mxArray
, then mxGetClassName
returns logical
.
See Also
mxGetClassID | mxGetData |
© 1994-2005 The MathWorks, Inc.