C++ Math Library Reference | ![]() ![]() |
Inverse permute the dimensions of a multidimensional array
C++ Prototype
mwArray ipermute(const mwArray &B, const mwArray &order);
C++ Syntax
#include "matlab.hpp" mwArray B, order; // Input argument(s) mwArray A; // Return value A = ipermute(B,order);
MATLAB Syntax
A = ipermute(B,order
)
See Also
ipermute
Calling Conventions![]() | invhilb | is* | ![]() |