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