필터 지우기
필터 지우기

derivate of x y points

조회 수: 1 (최근 30일)
joo
joo 2012년 10월 26일
hello everyone.
i have two rows: x and y points, generated by experimental tests.
this data means x,y positions. i would like to obtain velocity and so i need to derivate these points.
is this somehow possible?
thank you so much. any help would be appreciated.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 26일
Diff(y)./diff(x)
  댓글 수: 1
Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 26일
Diff(z)./diff(x)
Diff(z)./diff(y)

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

추가 답변 (0개)

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by