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 commentaires

Stephan
Stephan le 4 Juin 2021
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 le 4 Juin 2021
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 le 4 Juin 2021
i Just what to know how to write thr system of ODEs as a function

Réponses (0)

Cette question est clôturée.

Produits

Version

R2019a

Tags

Clôturé :

le 4 Juin 2021

Community Treasure Hunt

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

Start Hunting!

Translated by