Is it possible the Simulink solver make the stable system unstable?
5 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have an inquiry about the solver. I'm simulating a microgrid system with using solver ode45 and the system is stable, but when I changed the solver to auto (continuous) the system becomes unstable. What does that mean? is it possible that the system is actually stable but choosing wrong solver make the system unstable?? Thanks
0 件のコメント
回答 (1 件)
Aquatris
2018 年 7 月 22 日
編集済み: Aquatris
2018 年 7 月 22 日
It can. For instance when you choose variable step, different solvers might use different step sizes and for large step sizes the solution to ODE might be wrong. This is related to stability of ODE or PDE, and you can learn more by simple google search.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!