C Math Library Reference | ![]() ![]() |
Sparse column permutation based on nonzero count
C Prototype
mxArray *mlfColperm(mxArray *S)
C Syntax
#include "matlab.h" mxArray *S; /* Required input argument(s) */ mxArray *j = NULL; /* Return value */ mlfAssign(&j, mlfColperm(S));
MATLAB Syntax
j = colperm(S)
See Also
colperm
Calling Conventions![]() | mlfColmmd | mlfCompan | ![]() |