From: roberto on
hello
i am looking for an analogue of the "daspk" routine of
"octave" in matlab; it solves differential equations ODE
and DAE where an explicit dependence with the time "t" is
present

i have extensively searched over the web but nothing useful

thank you
From: Jacek Kierzenka on
Try
>> help ode15s
or
>> help ode15i

-Jacek

----------------------

"roberto " <roberto03(a)gmail.com> wrote in message
news:ffsknr$gf8$1(a)fred.mathworks.com...
> hello
> i am looking for an analogue of the "daspk" routine of
> "octave" in matlab; it solves differential equations ODE
> and DAE where an explicit dependence with the time "t" is
> present
>
> i have extensively searched over the web but nothing useful
>
> thank you