Owning Class: linalgebra
Requires: MathScript RT Module
c = numdims(a)
Legacy Name: ndims
Determines the dimension of a matrix.
| Name | Description |
|---|---|
| a | Specifies a scalar, vector, or matrix of any data type. |
| Name | Description |
|---|---|
| c | Returns the dimension of a. c is an integer. Currently, c is always 2. |