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

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

采纳的回答

Dishant Arora
Dishant Arora 2013-7-10
编辑:Dishant Arora 2013-7-10
v = diff(d)./diff(t)
diff gives the approximate derivate.
  8 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by