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.

답변 (1개)

Adam Danz
Adam Danz 2024년 10월 8일
편집: Adam Danz 2024년 10월 8일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Graphics Objects에 대해 자세히 알아보기

제품

릴리스

R2023a

질문:

2024년 10월 8일

편집:

2024년 10월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by