External Interfaces Reference |
Fortran Syntax
Arguments
index
The number of elements in the cell mxArray
between the first element and the desired one. See mxCalcSingleSubscript
for details on calculating an index in a multidimensional cell array.
Returns
A pointer to the i
th cell mxArray
if successful, and 0
otherwise. Causes of failure include:
pm
, that does not point to a cell mxArray
.
index
greater than the number of elements in the cell.
mxArray
.
Description
Call mxGetCell
to get a pointer to the mxArray
held in the indexed element of the cell mxArray
.
See Also
mxCreateCellArray
, mxIsCell
, mxSetCell
mxFreeMatrix (Obsolete) | mxGetClassID |
© 1994-2005 The MathWorks, Inc.