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

39 views (last 30 days)
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 Comment
James Tursa
James Tursa on 31 Mar 2020
What have you done so far? What specific problems are you having with your code?

Sign in to comment.

Accepted Answer

David Hill
David Hill on 31 Mar 2020
function energy = KE(m,v)
energy= %put your code here
end

More Answers (1)

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

Categories

Find more on Construct and Work with Object Arrays in Help Center and File Exchange

Tags

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!