External Interfaces/API Reference |
Fortran Syntax
Arguments
Returns
The number of dimensions in the specified mxArray
. The returned value is always 2 or greater.
Description
Use mxGetNumberOfDimensions
to determine how many dimensions are in the specified array. To determine how many elements are in each dimension, call mxGetDimensions
.
See Also
mxSetM
, mxSetN
, mxGetDimensions
mxGetNaN | mxGetNumberOfElements |