| External Interfaces/API Reference | ![]() |
Fortran Syntax
Arguments
Returns
1 if pm points to an array of the MATLAB cell class, and 0 otherwise.
Description
Use mxIsCell to determine if the specified mxArray 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 | ![]() |