| MATLAB C Math Library | Search  Help Desk |
| mlfIpermute | See Also |
Inverse permute the dimensions of a multidimensional array
C Prototype
mxArray *mlfIpermute(mxArray *B, mxArray *order);
C Syntax
#include "matlab.h" mxArray *B, *order; /* Required input argument(s) */ mxArray *A = NULL; /* Return value */ mlfAssign(&A, mlfIpermute(B,order));
MATLAB Syntax
A = ipermute(B,order)
See Also
ipermute Calling Conventions