C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray resi2(const mwArray &u, const mwArray &v, const mwArray &pole, const mwArray &n, const mwArray &k); mwArray resi2(const mwArray &u, const mwArray &v, const mwArray &pole, const mwArray &n); mwArray resi2(const mwArray &u, const mwArray &v, const mwArray &pole);
C++ Syntax
#include "matlab.hpp" mwArray u, v, pole, n, k; // Input argument(s) mwArray R; // Return value R = resi2(u,v,pole,n,k); R = resi2(u,v,pole,n); R = resi2(u,v,pole);
MATLAB Syntax
resi2(u,v,pole,n,k)
See Also
Calling Conventions
![]() | reshape | residue | ![]() |