Filter löschen
Filter löschen

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

26 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by