External Interfaces/API Reference    
mxIsChar

True if a character mxArray

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

1 if pm points to an array of the MATLAB char class, and 0 otherwise.

Description

Use mxIsChar to determine if the specified array is a character mxArray.

Calling mxIsChar is equivalent to calling

See Also

mxIsClass, mxGetClassID


  mxIsCell mxIsClass