Trouble rotating a matrix using rotate

조회 수: 6 (최근 30일)
Michael Costa
Michael Costa 2021년 6월 21일
답변: Walter Roberson 2021년 6월 21일
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
Walter Roberson 2021년 6월 21일
rotate() cannot be used to rotate matrices. rotate() applies to graphics objects such as plots or images.
See imrotate()

카테고리

Help CenterFile Exchange에서 3-D Scene Control에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by