MATLAB: Rotating two images with linkprop

matlab functionrotate

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?

Best Answer

You could put them underneath a hgtransform node, and then linkprop the transform matrix.