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.

0normest<br />

Purpose 2-norm estimate<br />

<strong>C++</strong> Prototype mwArray normest(const mwArray &S);<br />

mwArray normest(const mwArray &S, const mwArray &tol);<br />

mwArray normest(mwArray *count, const mwArray &S);<br />

mwArray normest(mwArray *count, const mwArray &S,<br />

const mwArray &tol);<br />

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

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

Syntax<br />

mwArray S, tol; // Input argument(s)<br />

mwArray count; // Output argument(s)<br />

mwArray nrm; // Return value<br />

nrm = normest(S);<br />

nrm = normest(S,tol);<br />

nrm = normest(&count,S);<br />

nrm = normest(&count,S,tol);<br />

nrm = normest(S)<br />

nrm = normest(S,tol)<br />

[nrm,count] = normest(...)<br />

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

normest<br />

267

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

Saved successfully!

Ooh no, something went wrong!