C++ Math Library Reference | ![]() ![]() |
Convolution and polynomial multiplication
C++ Prototype
mwArray conv(const mwArray &u, const mwArray &v);
C++ Syntax
#include "matlab.hpp" mwArray u, v; // Input argument(s) mwArray w; // Return value w = conv(u,v);
MATLAB Syntax
w = conv(u,v)
See Also
conv
Calling Conventions![]() | conj | conv2 | ![]() |