C Math Library Reference | ![]() ![]() |
C Prototype
mxArray *mlfFactor(mxArray *n);
C Syntax
#include "matlab.h" mxArray *n; /* Required input argument(s) */ mxArray *f = NULL; /* Return value */ mlfAssign(&f, mlfFactor(n));
MATLAB Syntax
f = factor(n) f = factor(symb)
See Also
factor
Calling Conventions![]() | mlfEye | mlfFclose | ![]() |