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.

unwrap<br />

0unwrap<br />

Purpose Correct phase angles<br />

<strong>C++</strong> Prototype mwArray unwrap(const mwArray &P);<br />

mwArray unwrap(const mwArray &P, const mwArray &tol);<br />

mwArray unwrap(const mwArray &P, const mwArray &tol,<br />

const mwArray &dim);<br />

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

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

Syntax<br />

399<br />

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

mwArray Q; // Return value<br />

Q = unwrap(P);<br />

Q = unwrap(P,tol);<br />

Q = unwrap(P,empty(),dim);<br />

Q = unwrap(P,tol,dim);<br />

Q = unwrap(P)<br />

Q = unwrap(P,tol)<br />

Q = unwrap(P,[],dim)<br />

Q = unwrap(P,tol,dim)<br />

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

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

Saved successfully!

Ooh no, something went wrong!