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.

0odeget<br />

Purpose Extract properties from options structure created with odeset<br />

<strong>C++</strong> Prototype mwArray odeget(const mwArray &options,<br />

const mwArray &name=mwArray::DIN,<br />

const mwArray &default=mwArray::DIN);<br />

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

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

Syntax<br />

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

mwArray options, default; // Input argument(s)<br />

mwArray o; // Return value<br />

o = odeget(options,name);<br />

o = odeget(options,name,default);<br />

o = odeget(options,'name')<br />

o = odeget(options,'name',default)<br />

See Also <strong>MATLAB</strong> odeget Calling Conventions<br />

odeget<br />

275

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

Saved successfully!

Ooh no, something went wrong!