Azzera filtri
Azzera filtri

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

26 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Dishant Arora
Dishant Arora il 10 Lug 2013
Modificato: Dishant Arora il 10 Lug 2013
v = diff(d)./diff(t)
diff gives the approximate derivate.
  8 Commenti

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by