Trouble rotating a matrix using rotate
이전 댓글 표시
I have 3x3 rotation matrices that I am trying to rotate about specific axes and angles. When I try to rotate them using rotate, I get this error.
Error using rotate (line 29)
H must contain axes children only.
답변 (1개)
Walter Roberson
2021년 6월 21일
0 개 추천
rotate() cannot be used to rotate matrices. rotate() applies to graphics objects such as plots or images.
See imrotate()
카테고리
도움말 센터 및 File Exchange에서 Interactions, Camera Views, and Lighting에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!