What interpolation algorithm does the ODE45 function in MATLAB use to evaluate the outputs at the time steps specified in the "tspan" input?
Afficher commentaires plus anciens
The syntax of the ODE45 function is as follows:
[T,Y] = solver(odefun,tspan,y0)
If I specify the "tspan" input with more than two elements, the solver uses interpolation to evaluate and return the output at each intermediate time steps. I would like to know what interpolation algorithm does the ODE45 function use in this process.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!