Get acceleration from displacement

13 vues (au cours des 30 derniers jours)
mikymike89
mikymike89 le 12 Oct 2018
Commenté : madhan ravi le 12 Oct 2018
Hello, I have a displacement function (attached) that I need to convert into acceleration function. Someone can help me?

Réponses (1)

madhan ravi
madhan ravi le 12 Oct 2018
Modifié(e) : madhan ravi le 12 Oct 2018
y=displacement
t=time
velocity=diff(y)./diff(t)
acceleration=diff(y,2)./diff(t,2)
  1 commentaire
madhan ravi
madhan ravi le 12 Oct 2018
acceleration is double differentiation of displacement with respect to time , learn more about diff()

Connectez-vous pour commenter.

Catégories

En savoir plus sur Dynamic System Models 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