External Interfaces/API Reference    
mxGetClassID

Get an mxArray's class identifier

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

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

mxGetClassName


  mxGetCell mxGetClassName