C++ Math Library Reference | ![]() ![]() |
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![]() | perms | pi | ![]() |