| MATLAB C++ Math Library | Search  Help Desk |
| perms | See Also |
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