External Interfaces/API Reference |
C Syntax
Arguments
array_ptr
Pointer to an array.
Returns
true
if array_ptr
points to an array having the class mxCELL_CLASS
, and false
o
therwise.
Description
Use mxIsCell
to determine if the specified array is a cell array.
Calling mxIsCell
is equivalent to calling
Note
mxIsCell does not answer the question, "Is this mxArray a cell of a cell array?". An individual cell of a cell array can be of any type.
|
See Also
mxGetString | mxIsChar |