NDIMS Number of Dimensions in Array

Section: Inspection Functions

Usage

The 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)).