23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

0null<br />

Purpose Null space of a matrix<br />

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

mwArray null(const mwArray &A, const mwArray &basis);<br />

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

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

Syntax<br />

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

mwArray B; // Return value<br />

B = null(A);<br />

B = null(A,"ortho");<br />

B = null(A,"rational");<br />

B = null(A)<br />

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

null<br />

269

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

Saved successfully!

Ooh no, something went wrong!