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.

0conv<br />

Purpose Convolution and polynomial multiplication<br />

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

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

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

Syntax<br />

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

mwArray w; // Return value<br />

w = conv(u,v);<br />

w = conv(u,v)<br />

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

conv<br />

81

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

Saved successfully!

Ooh no, something went wrong!