Rotating two images with linkprop
1 view (last 30 days)
Show older comments
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?
0 Comments
Accepted Answer
Walter Roberson
on 10 Jan 2013
You could put them underneath a hgtransform node, and then linkprop the transform matrix.
2 Comments
Walter Roberson
on 10 Jan 2013
There is a detailed example in the documentation. See http://www.mathworks.com/help/matlab/ref/hgtransform.html
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!