Display figure on screen

10 ビュー (過去 30 日間)
David Epstein
David Epstein 2019 年 5 月 1 日
コメント済み: Walter Roberson 2019 年 5 月 1 日
After I run my program, I have to click on the Window menu at the top of my screen, and select Figure 1.
Figure 1 then displays on the screen. This figure is produced using imshow.
How can I achieve this programmatically (that is, within my program), without the irritation of extra clicks?
  1 件のコメント
Walter Roberson
Walter Roberson 2019 年 5 月 1 日
fig1 = figure(1);
set(fig1, 'WindowStyle', 'normal');

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeDisplay Image についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by