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.

Antworten (1)

Walter Roberson
Walter Roberson am 21 Jun. 2021

0 Stimmen

rotate() cannot be used to rotate matrices. rotate() applies to graphics objects such as plots or images.
See imrotate()

Kategorien

Mehr zu Interactions, Camera Views, and Lighting finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2019b

Gefragt:

am 21 Jun. 2021

Beantwortet:

am 21 Jun. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by