![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/857335/image.png)
How to use Camera Toolbar in a MatLab Live Script
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nathaniel H Werner
am 8 Jan. 2022
Kommentiert: Cris LaPierre
am 10 Jan. 2022
Hello,
I have a 3D plot made in a live script that I am getting ready to present to my students. In a normal script, I can make the same figure and go to View > CameraToolbar > Camera Orbit or just click the Rotate3D icon above the figure.
It seems that there is no way to do this in a live script, but I am limited to using live scripts because my university wants students to learn MatLab with the live editor since it allows them to make professional reports easily.
Does anyone have any suggestions?
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 8 Jan. 2022
You can pop the figure out of a live script. To do this, either 1) hover over the figure in the live script and click the 'Open in figure window'
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/857335/image.png)
or add the code figure('Visible','on') to the top of your plotting code.
12 Kommentare
Cris LaPierre
am 10 Jan. 2022
To be fair, I didn't either, but discovered that while I was trying to duplicate your issue.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Graphics Performance 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!