Filter löschen
Filter löschen

2 synchronized objects in viewer3d

2 Ansichten (letzte 30 Tage)
Andre Stiel
Andre Stiel am 12 Jan. 2024
Kommentiert: Andre Stiel am 16 Mai 2024
(Running Matlab 2023b)
Dear Community,
how can I have two volshow objects side by side in viewer3d that follow the same rotation/zoom commands via mouse?
Or how can I have two viewer3d that have linked mouse commands?
In essence I am looking for a functionality like "linkaxes" only for viewer3d
Where to look?
Many thanks,
André

Antworten (1)

Florian Bidaud
Florian Bidaud am 12 Jan. 2024
Hi, I think you should be able to use linkprop on your two 3D-viewer objects.
  2 Kommentare
Andre Stiel
Andre Stiel am 12 Jan. 2024
thanks - great works. linking the viewer objects with "linkprop" indeed does the trick
Andre Stiel
Andre Stiel am 16 Mai 2024
Dear Florian,
I am sorry but i need to inquire a bit more:
When the two viewers are open
I can align the one to the other with calling hlink = linkprop([viewer,viewer2],{'CameraPosition','CameraUpVector'});
However, "rotate3d on" does not allow me to do that inetractively (!).
In general "linkprop" "rotate3d on" works interactively I tried with the example code from the linkprop doc. But there the two plots are subplot within one image.
Am I missing something? I make two independent "viewers3d" with each a volshow with the viewer as respective parent.
"linkprop" also has the two viewers as targets but as said interactive rotation does not work.
Many thanks.
André

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by