How to create an external plot in live editor?

I want to to create external plots and tiled plots on the PC screen to the left so I don't have to keep using the pop out buttons. Tiled plots are too small to see and if your are editing at the top and the plots are at the bottom of the file that's a lot of scrolling.

Antworten (1)

Adam Danz
Adam Danz am 8 Okt. 2024
Bearbeitet: Adam Danz am 8 Okt. 2024

0 Stimmen

f = figure();
plot(magic(5))
f.Visible = 'on'; % This sets the external figure visibility to on
alternatively, use uifigure.
f = uifigure('HandleVisibility','on')

Kategorien

Mehr zu Graphics Objects finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2023a

Gefragt:

am 8 Okt. 2024

Bearbeitet:

am 8 Okt. 2024

Community Treasure Hunt

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

Start Hunting!

Translated by