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

39 次查看(过去 30 天)
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

采纳的回答

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

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Construct and Work with Object Arrays 的更多信息

标签

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by