フィルターのクリア

How can a matrix differential equation backwards

1 回表示 (過去 30 日間)
Jeffrey Eiyike
Jeffrey Eiyike 2016 年 6 月 16 日
編集済み: Jeffrey Eiyike 2016 年 7 月 13 日
ghfghfg
  1 件のコメント
Star Strider
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?
If you are new to MATLAB, see Getting Started

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

回答 (1 件)

Torsten
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.

カテゴリ

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