External Interfaces Reference Previous page   Next Page
mxIsCell

Determine if input is cell mxArray

C Syntax

Arguments

array_ptr
   Pointer to an array.

Returns

Logical 1 (true) if array_ptr points to an array having the class mxCELL_CLASS, and logical 0 (false) otherwise.

Description

Use mxIsCell to determine if the specified array is a cell array.

Calling mxIsCell is equivalent to calling

See Also

mxIsClass


Previous page  mxGetString mxIsChar Next page

© 1994-2005 The MathWorks, Inc.