| C++ Math Library Reference | ![]() |
C++ Prototype
mwArray roots(const mwArray &c);
C++ Syntax
#include "matlab.hpp" mwArray c; // Input argument(s) mwArray r; // Return value r = roots(c);
MATLAB Syntax
r = roots(c)
See Also
roots Calling Conventions | rmfield | rosser | ![]() |