rotVecAroundArbAxis​(unitVec2Rotate,rot​ationAxisUnitVec,th​eta)

버전 1.1.0.0 (12.1 KB) 작성자: Darin Koblick
Vectorized 3-D rotation of any vector around an arbitrary axis
다운로드 수: 767
업데이트 날짜: 2015/7/30

라이선스 보기

This routine will allow a 3-D unit vector to be rotated around a 3-D axis defined by the user. This is performed by first rotating the unit vector around it's own cartesian axis (in this case we will rotate the vector around the z-axis, [0 0 1]) corresponding to each rotation angle specified by the user. This rotated vector is then transformed around the user defined axis of rotation.
To see a demonstration, simply run the following command in your MATLAB command prompt:
>> rotVecAroundArbAxis();

인용 양식

Darin Koblick (2024). rotVecAroundArbAxis(unitVec2Rotate,rotationAxisUnitVec,theta) (https://www.mathworks.com/matlabcentral/fileexchange/49916-rotvecaroundarbaxis-unitvec2rotate-rotationaxisunitvec-theta), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 3-D Scene Control에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Added graph of outputs
Added an additional rotation upfront to ensure that the rotation about the z-axis is consistent.

1.0.0.0