How to create an external plot in live editor?

11 ビュー (過去 30 日間)
David Sadighi
David Sadighi 2024 年 10 月 8 日
編集済み: Adam Danz 2024 年 10 月 8 日
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 日
f = figure();
plot(magic(5))
f.Visible = 'on'; % This sets the external figure visibility to on
alternatively, use uifigure.
f = uifigure('HandleVisibility','on')
  1 件のコメント
David Sadighi
David Sadighi 2024 年 10 月 8 日
Yes that works, Thanks.

サインインしてコメントする。

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by