ordinary differential equations ODE

Please can somebody help wite a fuction containing these ODEs that i would be able to use ODE45 to solve it?

3 件のコメント

Stephan
Stephan 2021 年 6 月 4 日
This is a nice assignment, but you should come up with a try on your own before you can expect help here. Other peoples homework is not what this forum is for.
Eduardt Petrick
Eduardt Petrick 2021 年 6 月 4 日
function D= ODEsys(v)
theta=pi/8;
c=0.72;
g=9.81;
m=80;
s=0.5;
xdot=v*cos(theta);
ydot=v*sin(theta);
thetadot=(-g/v)*cos(theta);
vdot=(-D/m)-g*sin(theta);
end
that is what i have but its wrong i was just hoping other had different insight to me
Eduardt Petrick
Eduardt Petrick 2021 年 6 月 4 日
i Just what to know how to write thr system of ODEs as a function

回答 (0 件)

この質問は閉じられています。

製品

リリース

R2019a

タグ

質問済み:

2021 年 6 月 4 日

閉鎖済み:

2021 年 6 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by