Rotating two images with linkprop

I want to rotate two images(handles.axes6 and handles.axes7) by linking them using linkprop. But I do not want to use 'CameraPosition' property to link them. Is there any other way to link them?

 Accepted Answer

Walter Roberson
Walter Roberson on 10 Jan 2013
You could put them underneath a hgtransform node, and then linkprop the transform matrix.

2 Comments

Can I know more about the hgtransform node? I am fairly new at Matlab. Would appreciate your help!
There is a detailed example in the documentation. See http://www.mathworks.com/help/matlab/ref/hgtransform.html

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!