| MATLAB C++ Math Library | Search  Help Desk |
| permute | See Also |
Rearrange the dimensions of a multidimensional array
C++ Prototype
mwArray permute(const mwArray &A, const mwArray &order);
C++ Syntax
#include "matlab.hpp" mwArray A, order; // Input argument(s) mwArray B; // Return value B = permute(A,order);
MATLAB Syntax
B = permute(A,order)
See Also
permute Calling Conventions