Most efficient ode solver
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all, to your knowledge, what is the most efficient general ode algorithm for matlab?
Is there a way to parallelize the problem of solving a set of ode? Can you state that the ode15,23,45 are the most efficient ways to solve an ode with matlab?
I am dealing with huge systems of odes, I would like to find a method to speed up the computation, without thinking of an eventual, problem dependent, montecarlo approach.
Thank you!
0 Kommentare
Antworten (1)
Walter Roberson
am 27 Apr. 2012
There is no one most efficient general ode algorithm. The different ode*() routines are most suitable for different types of ode.
2 Kommentare
Walter Roberson
am 5 Mai 2012
The only way I can think of at the moment is to have the Parallel Computing Toolbox and use parfor or similar facilities.
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!