Calculate the velocity from acceleration
조회 수: 4 (최근 30일)
이전 댓글 표시
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
Guillaume
2018년 4월 19일
If you only have acceleration without an initial velocity then it is not possible to calculate the velocity.
velocity = acceleration * time + initial_velocity
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!