how ode solver works
Ältere Kommentare anzeigen
Hello everyone,
I am looking for knowing or displaying time step in ode solver. Therefore, I ran through a lot of questions asked on Mathworks community.
As a conclusion, il is impossible to know it or to display it. Now, my main question changes. Does anyone know how the ode works?
For example, a for loop executes the statements inside for a value of i then go to the top, increment i and then executes the statements.
a while loop does the same as for loop but it looks if the condition is false or not.
I hope that you understand what i am askin.
Best Regards,
2 Kommentare
Dyuman Joshi
am 14 Mär. 2023
ode solvers incorporates algorithms to solve ODEs. The algorithms used can be found on the documentation page of the respective solvers.
nado
am 14 Mär. 2023
Akzeptierte Antwort
Weitere Antworten (1)
Alan Stevens
am 14 Mär. 2023
doc ode45
Go to the References section. The two references listed will supply you with all you need to know about the ode solvers!
1 Kommentar
nado
am 14 Mär. 2023
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!