필터 지우기
필터 지우기

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 CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by