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.

optimget<br />

0optimget<br />

Purpose Get optimization options structure parameter values<br />

<strong>C++</strong> Prototype mwArray optimget(const mwArray &in1,<br />

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

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

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

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

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

Syntax<br />

278<br />

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

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

mwArray val; // Return value<br />

val = optimget(options,param);<br />

val = optimget(options,param,default);<br />

val = optimget(options,'param')<br />

val = optimget(options,'param',default)<br />

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

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

Saved successfully!

Ooh no, something went wrong!