Closed
Description
A quick and easy way to get ode23 and ode45 like in MATLAB is:
http://www.netlib.org/ode/rksuite/
The state of the art is SUNDIALS, but it is no longer maintained. The lead developer went to develop video games! It is widely used in the national labs, and can give us ode15s.
https://computation.llnl.gov/casc/sundials/main.html
The long term strategy may simply be to implement these solvers in julia itself. The design of the Matlab ODE suite is described in:
http://www.mathworks.com/help/pdf_doc/otherdocs/ode_suite.pdf