필터 지우기
필터 지우기

Calculation of Rotation in 3D space

조회 수: 2 (최근 30일)
Vahid Esmaeili
Vahid Esmaeili 2021년 1월 11일
댓글: Vahid Esmaeili 2021년 1월 21일
Hello,
I am wondering how to calculate (clockwise and counterclockwise) rotation of an object using data of a marker installed on the object. The attached EXCEL file includes data of movement of the marker on the anteroposterior axis (the first column), the vertical axis (the second column), the mediolateral axis (the third column). Actually, the data belongs to the movement of a marker installed on a joint during gait.
Thank you so much,
  댓글 수: 4
Prudhvi Peddagoni
Prudhvi Peddagoni 2021년 1월 20일
Hi,
Since the data is less, we can plot the data (x,y,z) using plot3 function and rotate the graph to look at the rotations. If the data is huge, we can use estimateGeometricTransform3D function.
Hope this helps.
Vahid Esmaeili
Vahid Esmaeili 2021년 1월 21일
Thank you.
I will try them.

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

답변 (1개)

Matt J
Matt J 2021년 1월 18일
You can use absor()
to register the marker coordinates to some reference position.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by