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

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 件のコメント

Thanks torsten for responding but there are some errors and code is not working
Torsten
Torsten 2018 年 9 月 25 日
This is not code, but an idea how to set up the differential equations for your purpose.
ok Thanks i got it

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by