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.

fmins<br />

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

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

Syntax<br />

161<br />

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

mwArray x0, options_in; // Input argument(s)<br />

mwArray P1, P2; // Input argument(s)<br />

mwArray options_out; // Output argument(s)<br />

mwArray x; // Return value<br />

x = fmins(func,x0);<br />

x = fmins(func,x0,options_in);<br />

x = fmins(func,x0,options_in,empty(),P1,P2,...);<br />

x = fmins(&options_out,func,x0);<br />

x = fmins(&options_out,func,x0,options_in);<br />

x = fmins(&options_out,func,x0,options_in,empty(),P1,P2,...);<br />

x = fmins('fun',x0)<br />

x = fmins('fun',x0,options)<br />

x = fmins('fun',x0,options,[],P1,P2, ...)<br />

[x,options] = fmins(...)<br />

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

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

Saved successfully!

Ooh no, something went wrong!