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