Additional ODE solvers in Matlab?
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
After some search I haven't been able to find if there is a toolbox or a package that allows to have mode ODE solvers (I'm not an expert... but I have seen there are a lot more than the ones implemented in Matlab) Someone knows where can I find other ODE solvers? (the problem is that I'm trying to identify a system and the estimations take a long time usually, so until now the best performance is given by ODE23, but it would be nice to find another that might perform better for the system I have)
0 commentaires
Réponse acceptée
  Richard Brown
      
 le 22 Avr 2012
        You could try sundials https://computation.llnl.gov/casc/sundials/main.html, they have a suite of good solvers and provide a MATLAB interface. However MATLAB's ones are usually pretty effective - have you tried the stiff solvers ode15s and ode23s?
2 commentaires
  Richard Brown
      
 le 26 Avr 2012
				It's also worth experimenting with different tolerances, and with using implicit solvers (i.e. ode23s etc.) before giving up on the built in ones. They are pretty sophisticated and flexible pieces of code
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Ordinary Differential Equations dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

