Effacer les filtres
Effacer les filtres

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

26 vues (au cours des 30 derniers jours)
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?

Réponse acceptée

Dishant Arora
Dishant Arora le 10 Juil 2013
Modifié(e) : Dishant Arora le 10 Juil 2013
v = diff(d)./diff(t)
diff gives the approximate derivate.
  8 commentaires
Adi
Adi le 11 Déc 2017
how to append zero to v? As i am facing the same problem
pulkit velani
pulkit velani le 7 Mai 2020
how to append zero to v? As i am facing the same problem
v(end)=0

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by