Performs inverse permutation
a = ipermute(b,order)
An array whose dimensions are to be inversely permuted in certain specific order
A vector specifying the order of inverse permutation
Inversely permuted array
It re-arranges the dimensions of a multi-dimensional array in certain order specified in the second parameter. It perfomrs the reverse process of the permute function.