방향, 위치, 좌표계
쿼터니언, 오일러 각, 회전 행렬, 변환
quaternion
데이터형을 사용하여 방향과 회전을 표현합니다. euler
함수, rotmat
함수, rotvec
함수를 사용하여 쿼터니언과 오일러 각, 회전 행렬, 회전 벡터 간에 변환합니다.
쿼터니언 수학과 Sensor Fusion and Tracking Toolbox™에서 쿼터니언 수학이 구현되는 방식에 대해 자세히 알아보려면 Rotations, Orientation, and Quaternions 항목을 참조하십시오. Sensor Fusion and Tracking Toolbox에서의 규칙과 좌표계에 대해 자세히 알아보려면 방향, 위치, 좌표 규칙 항목을 참조하십시오.
함수
도움말 항목
- 방향, 위치, 좌표 규칙
공간 표현과 좌표계에 대한 툴박스 규칙에 대해 알아봅니다.
- Rotations, Orientation, and Quaternions
This example reviews concepts in three-dimensional rotations and how quaternions are used to describe orientation and rotations.
- Lowpass Filter Orientation Using Quaternion SLERP
This example shows how to use spherical linear interpolation (SLERP) to create sequences of quaternions and lowpass filter noisy trajectories.