Syntax for Physics Equation

2 vues (au cours des 30 derniers jours)
Josh Heffron
Josh Heffron le 16 Déc 2020
Modifié(e) : Sibi le 16 Déc 2020
What would the correct sytax be for the equation a_x=(T/m)-((D*rho*A)/2m)*vx(i)^2

Réponses (1)

Sibi
Sibi le 16 Déc 2020
Modifié(e) : Sibi le 16 Déc 2020
x=0:10; %% for x from 0 to 10
T=1;m=1;rho=1;A=1;m=1;v=1;D=1;
a_x=(T/m)-((D*rho*A)/(2*m))*v*(x).^2

Catégories

En savoir plus sur Physics dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by