필터 지우기
필터 지우기

I want to use a ist order differential equation for moving a coordinate point to another .how can i do it?

조회 수: 1 (최근 30일)
I want to use an ist order differential equation for moving a coordinate point to another .how can I do it? mean if my initial coordinate point is {0,3} and I have to move to {4,5} how can I implement it in Matlab While using differential equation

채택된 답변

Torsten
Torsten 2018년 9월 24일
편집: Torsten 2018년 9월 24일
(x(t),y(t)) = (0,3) + (4*t,2*t), t in [0;1]
Now differentiating gives
dx/dt = 4, x(0) = 0
dy/dt = 2, y(0) = 3
Best wishes
Torsten.
  댓글 수: 3
Torsten
Torsten 2018년 9월 25일
This is not code, but an idea how to set up the differential equations for your purpose.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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