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.

filter2<br />

0filter2<br />

Purpose Two-dimensional digital filtering<br />

<strong>C++</strong> Prototype mwArray filter2(const mwArray &h, const mwArray &X);<br />

mwArray filter2(const mwArray &h, const mwArray &X,<br />

const mwArray &shape);<br />

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

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

Syntax<br />

145<br />

mwArray shape; // String array(s)<br />

mwArray h, X; // Input argument(s)<br />

mwArray Y; // Return value<br />

Y = filter2(h,X);<br />

Y = filter2(h,X,shape);<br />

Y = filter2(h,X)<br />

Y = filter2(h,X,shape)<br />

See Also <strong>MATLAB</strong> filter2 Calling Conventions

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

Saved successfully!

Ooh no, something went wrong!