Rotating two images with linkprop
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 10 Jan. 2013
You could put them underneath a hgtransform node, and then linkprop the transform matrix.
2 Kommentare
Walter Roberson
am 10 Jan. 2013
There is a detailed example in the documentation. See http://www.mathworks.com/help/matlab/ref/hgtransform.html
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!