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.

del2<br />

0del2<br />

Purpose Discrete Laplacian<br />

<strong>C++</strong> Prototype mwArray del2(const mwArray &in1,<br />

const mwVarargin &in2=mwVarargin::DIN,<br />

const mwArray &in3=mwArray::DIN,<br />

.<br />

.<br />

.<br />

const mwArray &in33=mwArray::DIN)<br />

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

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

Syntax<br />

105<br />

mwArray U, h, hx, hy; // Input argument(s)<br />

mwArray L; // Return value<br />

L = del2(U);<br />

L = del2(U,h);<br />

L = del2(U,hx,hy);<br />

L = del2(U,hx,hy,hz,...);<br />

L = del2(U)<br />

L = del2(U,h)<br />

L = del2(U,hx,hy)<br />

L = del2(U,hx,hy,hz,...)<br />

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

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

Saved successfully!

Ooh no, something went wrong!