Permute dimensions of N-D array
(Quaternion overloading of standard MATLAB® function)
Y = permute(X, order)
permute(X, order) permutes the dimensions of an N-D array. It accepts the same arguments as the overloaded MATLAB® function and is implemented by calling the overloaded function on each component of X.