Calculate the velocity from acceleration

3 views (last 30 days)
NS
NS on 19 Apr 2018
Commented: Guillaume on 19 Apr 2018
Hi,
I want to calculate the velocity for year 2013,2014,2015 and 2016 from the rate given for 2013-2016 m/year.
%acceleration is scalar 57013*1 %time is 4*1 (for 2013-2016)
Can anyone point me in the right direction?
Thanks
  3 Comments
Guillaume
Guillaume on 19 Apr 2018
If you only have acceleration without an initial velocity then it is not possible to calculate the velocity.
velocity = acceleration * time + initial_velocity

Sign in to comment.

Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!