External Interfaces Reference Previous page   Next Page
mxGetClassName

Get mxArray class as character array

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

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


Previous page  mxGetClassID mxGetData Next page

© 1994-2005 The MathWorks, Inc.