Solving ODE becomes unstable when using a decaying signal
4 ビュー (過去 30 日間)
古いコメントを表示
I'm solving a stiff, time-dependent ode using mass matrix and a jacobian matrix with the ode15s solver. The problem is vectorized.
As long as I have signals (i.e. the time-dependent term) that rise with time there are no problems. But as soon as the signal is decaying the solver canot compute the solution anymore. This is not true for sinusoidal signals, then it works fine.
Is there any "general thing" I overlooked?
Thanks!
0 件のコメント
回答 (1 件)
Babak
2012 年 8 月 29 日
I had same problem before.
Try deriving the "dimensionless" form of your equations and solve those. usually if you are solving stiff ODEs in which the variables have dimensions the solver may fail.
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!