MATLAB: How to change the axis of rotation of a figure

axesrotate

Good afternoon. The question I have is this. I'm doing is rotating lines to simulate a robotic arm, but not how I can do to make the lines rotate about different axes if anyone can help me would be very grateful.

Best Answer

A figure() graphics object cannot be rotated.
I suspect what you are looking for is hgtransform() together with makehgtform()
Related Question