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.

alance<br />

0balance<br />

Purpose Improve accuracy of computed eigenvalues<br />

<strong>C++</strong> Prototype mwArray balance(mwArray *B, const mwArray &A);<br />

mwArray balance(const mwArray &A);<br />

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

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

Syntax<br />

35<br />

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

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

mwArray D; // Return value<br />

D = balance(&B,A);<br />

B = balance(A);<br />

[D,B] = balance(A)<br />

B = balance(A)<br />

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

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

Saved successfully!

Ooh no, something went wrong!