NDIMS Number of Dimensions in Array
Section: Inspection Functions
Usage
Thendims function returns the number of dimensions
allocated in an array. The general syntax for its
use is
n = ndims(x)
and is equivalent to length(size(x)).
Section: Inspection Functions
ndims function returns the number of dimensions
allocated in an array. The general syntax for its
use is
n = ndims(x)
and is equivalent to length(size(x)).