Runge kutta method (Variable Step)?

11 次查看(过去 30 天)
Hi I need help with the Variable Step Runge Kutta method code

采纳的回答

Torsten
Torsten 2022-10-13
编辑:Torsten 2022-10-13
I don't know about the correctness of the code, but it claims to use adaptive time stepping:
Do you want to make the error estimate by combining two Runge-Kutta methods of different order or use one Runge-Kutta method with different step size ?
  4 个评论
Torsten
Torsten 2022-10-13
编辑:Torsten 2022-10-13
Then make a copy of ODE45 and name it my_code.m.
It's a 4-5 Runge-Kutta code where the error estimate is done by the combination of two Runge-Kutta methods of different order.

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by