C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray iscomplex(const mwArray &m);
C++ Syntax
#include "matlab.hpp" mwArray m; // Input argument(s) mwArray R; // Return value R = iscomplex(m);
MATLAB Syntax
iscomplex(m)
See Also
Calling Conventions
![]() | isa | ismember | ![]() |