C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray factor(const mwArray &n);
C++ Syntax
#include "matlab.hpp" mwArray n; // Input argument(s) mwArray f; // Return value f = factor(n);
MATLAB Syntax
f = factor(n) f = factor(symb)
See Also
factor
Calling Conventions![]() | eye | fclose | ![]() |