How can a matrix differential equation backwards
1 回表示 (過去 30 日間)
古いコメントを表示
ghfghfg
1 件のコメント
Star Strider
2016 年 6 月 16 日
It would help if you went into more detail.
What do you want to do with your system of differential equations?
回答 (1 件)
Torsten
2016 年 6 月 17 日
編集済み: Torsten
2016 年 6 月 17 日
Use a backwards linspace for generating "tspan" for one of the ODE integrators (e.g. ODE45).
For the forward direction, use something like tspan = 0:0.1:T. For the reverse direction, use something like tspan = T:(-0.1):0.
Best wishes
Torsten.
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!