External Interfaces Reference Previous page   Next Page
mxGetCell

Get contents of cell

Fortran Syntax

Arguments

pm
   Pointer to a cell mxArray.

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 ith cell mxArray if successful, and 0 otherwise. Causes of failure include:

Description

Call mxGetCell to get a pointer to the mxArray held in the indexed element of the cell mxArray.

See Also

mxCreateCellArray, mxIsCell, mxSetCell


Previous page  mxFreeMatrix (Obsolete) mxGetClassID Next page

© 1994-2005 The MathWorks, Inc.