Calculate the velocity for each time increment using displacement and time using a for loop?
10 views (last 30 days)
Show older comments
displacement = [3.01, 3.02, 3.03, 3.04, 3.05,3.06]
time = [1, 1.01, 1.02, 1.03, 1.04,1.05]
0 Comments
Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!