forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

ode23s not defined #258

Closed Lytu closed 9 years ago

Lytu commented 9 years ago

What do i do when i have error: ode23s not defined when i try to use it? E.g: t,y = ODE.ode23s((t,x)->f(t,x),[0:0.1:1],x) I have the version 0.3.0 of Julia.

is there anyway to have a list of all odes that exist in ODE package?

Thanks

WestleyArgentum commented 9 years ago

closing in favor of https://github.com/forio/julia-studio/issues/255