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.

0ode45, ode23, ode113, ode15s, ode23s<br />

Purpose Solve differential equations<br />

ode45, ode23, ode113, ode15s, ode23s<br />

<strong>C++</strong> Prototype mwArray solver(mwArray *Y, const mwArray &F,<br />

const mwArray &tspan,<br />

const mwArray &y0);<br />

mwArray solver(mwArray *Y, const mwArray &F,<br />

const mwArray &tspan,<br />

const mwArray &y0,<br />

const mwArray &options);<br />

mwArray solver(mwArray *Y, const mwArray &F,<br />

const mwArray &tspan,<br />

const mwArray &y0,<br />

const mwArray &options,<br />

const mwArray &p);<br />

mwArray solver(mwArray *Y,<br />

mwArray *TE,<br />

mwArray *YE,<br />

mwArray *IE,<br />

mwArray *O6,<br />

const mwArray &F,<br />

const mwArray &tspan,<br />

const mwArray &y0,<br />

const mwArray &options);<br />

mwArray solver(mwArray *Y,<br />

mwArray *TE,<br />

mwArray *YE,<br />

mwArray *IE,<br />

mwArray *O6,<br />

const mwArray &F,<br />

const mwArray &tspan,<br />

const mwArray &y0,<br />

const mwArray &options,<br />

const mwArray &p);<br />

273

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

Saved successfully!

Ooh no, something went wrong!