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.

0nargchk<br />

Purpose Check number of input arguments<br />

<strong>C++</strong> Prototype mwArray nargchk(const mwArray &low, const mwArray &high,<br />

const mwArray &number);<br />

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

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

Syntax<br />

mwArray low, high, number; // Input argument(s)<br />

mwArray msg; // Return value<br />

msg = nargchk(low,high,number);<br />

msg = nargchk(low,high,number)<br />

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

nargchk<br />

259

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

Saved successfully!

Ooh no, something went wrong!