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