MAXDIM Maximum Dimension in Array
Section: Inspection Functions
Usage
Themaxdim
function returns the lowest order dimension
along which an array is largest. The general syntax for its
use is
n = maxdim(x)
and is equivalent to min(find(size(x) == max(size(x)))).