23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

esi2<br />

0resi2<br />

Purpose Residue of a repeated pole<br />

<strong>C++</strong> Prototype mwArray resi2(const mwArray &u, const mwArray &v,<br />

const mwArray &pole, const mwArray &n,<br />

const mwArray &k);<br />

324<br />

mwArray resi2(const mwArray &u, const mwArray &v,<br />

const mwArray &pole, const mwArray &n);<br />

mwArray resi2(const mwArray &u, const mwArray &v,<br />

const mwArray &pole);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

mwArray u, v, pole, n, k; // Input argument(s)<br />

mwArray R; // Return value<br />

R = resi2(u,v,pole,n,k);<br />

R = resi2(u,v,pole,n);<br />

R = resi2(u,v,pole);<br />

resi2(u,v,pole,n,k)<br />

See Also Calling Conventions

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!