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.

planerot<br />

0planerot<br />

Purpose Given's plane rotation<br />

<strong>C++</strong> Prototype mwArray planerot(mwArray *y, const mwArray &x);<br />

mwArray planerot(const mwArray &x);<br />

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

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

Syntax<br />

289<br />

mxArray x; // Input argument(s)<br />

mxArray y; // Output argument(s)<br />

mxArray g; // Return value<br />

g = mlfPlanerot(&y,x);<br />

[g,y] = planerot(x)<br />

See Also Calling Conventions

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

Saved successfully!

Ooh no, something went wrong!