ndims
Return number of dimensions in DataMatrix object
Syntax
N = ndims(DMObj)
Input Arguments
| DMObj | DataMatrix object, such as created by DataMatrix(object
                            constructor). | 
Output Arguments
| N | Positive integer representing the number of dimensions in DMObj.
The number of dimensions in a DataMatrix object is always2. | 
Description
N = ndims(DMObj)DMObj, a DataMatrix
object. The number of dimensions in a DataMatrix object is always 2.
Version History
Introduced in R2008b