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.

any<br />

0any<br />

Purpose Test for any nonzeros<br />

<strong>C++</strong> Prototype mwArray any(const mwArray &A);<br />

mwArray any(const mwArray &A, const mwArray &dim);<br />

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

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

Syntax<br />

30<br />

mwArray A, dim; // Input argument(s)<br />

mwArray B; // Return value<br />

B = any(A);<br />

B = any(A,dim);<br />

B = any(A)<br />

B = any(A,dim)<br />

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

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

Saved successfully!

Ooh no, something went wrong!