Clear Filters
Clear Filters

How do I convert displacement to velocity and acceleration when given displacement

26 views (last 30 days)
I got the displacement(d) curve and time(t) from 1-3600s, so velocity(v)=d/t, or v=d(i)/t(i)? if v=d(i)/t(i), how to write this?

Accepted Answer

Dishant Arora
Dishant Arora on 10 Jul 2013
Edited: Dishant Arora on 10 Jul 2013
v = diff(d)./diff(t)
diff gives the approximate derivate.
  8 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on Numerical Integration and Differential Equations 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!