23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

0deconv<br />

Purpose Deconvolution and polynomial division<br />

<strong>C++</strong> Prototype mwArray deconv(mwArray *r, const mwArray &v, const mwArray &u);<br />

mwArray deconv(const mwArray &v, const mwArray &u);<br />

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

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

Syntax<br />

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

mwArray r; // Output argument(s)<br />

mwArray q; // Return value<br />

q = deconv(&r,v,u);<br />

q = deconv(v,u);<br />

[q,r] = deconv(v,u)<br />

See Also <strong>MATLAB</strong> deconv Calling Conventions<br />

deconv<br />

104

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

Saved successfully!

Ooh no, something went wrong!