External Interfaces Reference |
Determine if input is character mxArray
Fortran Syntax
Arguments
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
mxIsCell | mxIsClass |
© 1994-2005 The MathWorks, Inc.