The kinetic energy of a moving car object is KE=1/2mv^2

56 vues (au cours des 30 derniers jours)
mohammad asaad
mohammad asaad le 31 Mar 2020
the kinetic energy of a moving car object is KE=1/2mv^2. create and test a function called KE to find the kinetic energy of a moving car if you know the mass m and the velocity v of the vehicle.
m=1000 kg
v=25 m/s
  1 commentaire
James Tursa
James Tursa le 31 Mar 2020
What have you done so far? What specific problems are you having with your code?

Connectez-vous pour commenter.

Réponse acceptée

David Hill
David Hill le 31 Mar 2020
function energy = KE(m,v)
energy= %put your code here
end
  3 commentaires
David Hill
David Hill le 31 Mar 2020
Yes
mohammad asaad
mohammad asaad le 31 Mar 2020
ok
thank you

Connectez-vous pour commenter.

Plus de réponses (1)

Joshua Blay
Joshua Blay le 8 Avr 2022
K.E =(m,v) K.E = 1/2*m*v^2

Catégories

En savoir plus sur Construct and Work with Object Arrays dans Help Center et File Exchange

Tags

Produits


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by