GUI tool for ODE solving
ode_solver provides a graphical user interface for solving ODE systems with additive noise influence.
Also it is possible to run solver in no-GUI (batch) mode. See required parameters in help-file.
example for Duffing's equations:
data=ode_solver({'x2' '-0.1*x2-x1^3+11*cos(t)'}, {'0' '0'}, {'0' '0'}, {'0' '0'}, {'0' '0'}, {'0' '0'},'[0 50]','',1, '')
This program is a part of Lab432 software for nonlinear analysis of time series (shared in Matlabcentral)