External Interfaces Reference Previous page   Next Page
mxIsChar

Determine if input is character mxArray

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

Logical 1 (true) if pm points to an array of the MATLAB char class, and logical 0 (false) otherwise.

Description

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

Calling mxIsChar is equivalent to calling

See Also

mxIsClass, mxGetClassID


Previous page  mxIsCell mxIsClass Next page

© 1994-2005 The MathWorks, Inc.