C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray unwrap(const mwArray &P); mwArray unwrap(const mwArray &P, const mwArray &tol); mwArray unwrap(const mwArray &P, const mwArray &tol, const mwArray &dim);
C++ Syntax
#include "matlab.hpp" mwArray P, tol, dim; // Input argument(s) mwArray Q; // Return value Q = unwrap(P); Q = unwrap(P,tol); Q = unwrap(P,empty(),dim); Q = unwrap(P,tol,dim);
MATLAB Syntax
Q = unwrap(P) Q = unwrap(P,tol) Q = unwrap(P,[],dim) Q = unwrap(P,tol,dim)
See Also
unwrap
Calling Conventions![]() | unique | upper | ![]() |