Rotating two images with linkprop
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Walter Roberson
le 10 Jan 2013
You could put them underneath a hgtransform node, and then linkprop the transform matrix.
2 commentaires
Walter Roberson
le 10 Jan 2013
There is a detailed example in the documentation. See http://www.mathworks.com/help/matlab/ref/hgtransform.html
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!