Borrar filtros
Borrar filtros

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

26 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

Dishant Arora
Dishant Arora el 10 de Jul. de 2013
Editada: Dishant Arora el 10 de Jul. de 2013
v = diff(d)./diff(t)
diff gives the approximate derivate.
  8 comentarios
Adi
Adi el 11 de Dic. de 2017
how to append zero to v? As i am facing the same problem
pulkit velani
pulkit velani el 7 de Mayo de 2020
how to append zero to v? As i am facing the same problem
v(end)=0

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Numerical Integration and Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by