필터 지우기
필터 지우기

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

조회 수: 26 (최근 30일)
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?

채택된 답변

Dishant Arora
Dishant Arora 2013년 7월 10일
편집: Dishant Arora 2013년 7월 10일
v = diff(d)./diff(t)
diff gives the approximate derivate.
  댓글 수: 8
Adi
Adi 2017년 12월 11일
how to append zero to v? As i am facing the same problem
pulkit velani
pulkit velani 2020년 5월 7일
how to append zero to v? As i am facing the same problem
v(end)=0

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by