C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray perms(const mwArray &v);
C++ Syntax
#include "matlab.hpp" mwArray v; // Input argument(s) mwArray P; // Output argument(s) P = perms(v);
MATLAB Syntax
P = perms(v)
See Also
perms
Calling Conventions![]() | pchip | permute | ![]() |