필터 지우기
필터 지우기

Relative a movement - biomechanics

조회 수: 2 (최근 30일)
Marcelo Costa
Marcelo Costa 2012년 11월 20일
Hello guys, Thus, I have capture a movement of a person throwing a ball, however the amount of frames they have are different. I wonder, how can I make them to be expressed as percentages of the movement, so all participants get from 0% (beginning of motion) and end in 100% (last scanned picture)? Therefore, people have the same number of frames.

답변 (1개)

Sean de Wolski
Sean de Wolski 2012년 11월 20일
Sounds like you will want something from the interpx family:
doc interp3 %and friends
  댓글 수: 1
Marcelo Costa
Marcelo Costa 2012년 11월 21일
Let me see if I understand! I will create an array with the data I have and with another count of elements that I have, for example, matrix I want to interpolate a = [2 6 8 9 10] and other data with b = 1:1:5 and after that I created another array with the size I want to interpolate c = 1:1:100 and use the command interp1 (b, a, c, 'spline'). Am I Correct?

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

카테고리

Help CenterFile Exchange에서 Biomechanics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by