23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

isa<br />

0isa<br />

Purpose Detect an object of a given class<br />

<strong>C++</strong> Prototype mwArray isa(const mwArray &obj, const mwArray &classname);<br />

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

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

Syntax<br />

220<br />

mwArray classname; // String array(s)<br />

mwArray obj; // Input argument(s)<br />

K = isa(obj,classname);<br />

K = isa(obj,'class_name')<br />

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

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

Saved successfully!

Ooh no, something went wrong!