GUI tool for ODE solving

GUI provides friendly interface for solving (noisy) ODE systems.
5,6K download
Aggiornato 20 giu 2009

Visualizza la licenza

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)

Cita come

Max Logunov (2025). GUI tool for ODE solving (https://it.mathworks.com/matlabcentral/fileexchange/6703-gui-tool-for-ode-solving), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

changed licence type

1.0.0.0

Ambiguity with internal noises removed. Code updated.