discrete ode solver plot

1 回表示 (過去 30 日間)
tomer polsky
tomer polsky 2018 年 1 月 2 日
回答済み: Ayush 2024 年 10 月 3 日
hello i am using in my program ode45 function ,how ever it does not give me the right plot , is there a discrete solver of ode ?
  1 件のコメント
Torsten
Torsten 2018 年 1 月 2 日
Isn't a numeric ODE solver (like ODE45) always discrete ?
Or what exactly do you mean by "discrete" ?
Best wishes
Torsten.

サインインしてコメントする。

回答 (1 件)

Ayush
Ayush 2024 年 10 月 3 日
You can use discrete (no continous state) solver if your model only contains discrete states. Please refer to this link to appropriately select the solver based on your model specification: https://www.mathworks.com/help/simulink/ug/choose-a-solver.html
ODE45 is a numerical solver for ordinary differential equations (ODEs) that uses an adaptive step size method, specifically the Dormand-Prince method, which is a member of the Runge-Kutta family of solvers. It provides a continuous solution by interpolating between the points it computes.
I hope it helps!

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by