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 中查找有关 Geometric Transformation and Image Registration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!