command to Create a news window

1 回表示 (過去 30 日間)
Leotsing
Leotsing 2016 年 6 月 19 日
コメント済み: Leotsing 2016 年 6 月 19 日
I want to know what command can create a news window jump to show something?(@Image 1) I have already search uifigure' with 'uialert'can work similarly to that(@Image 2). But I want to make the @Image 1 very much. -----Thanks to all people answer or view&think about this question

採用された回答

Walter Roberson
Walter Roberson 2016 年 6 月 19 日
See msgbox(), possibly changing the graphics image for it. warndlg() might be appropriate.
warndlg() and errordlg() and dialog() and msgbox() all use the same internal mechanism, just with different default graphics image.
  1 件のコメント
Leotsing
Leotsing 2016 年 6 月 19 日
your answer perfectly solves my problem, thank you!

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

その他の回答 (1 件)

Steven Lord
Steven Lord 2016 年 6 月 19 日
Are you asking how to create a dialog? If so take a look at the documentation for the msgbox function and also the documentation for the functions that are listed in the See Also section of the msgbox page. If not, please state in more detail exactly what you're trying to do.
  1 件のコメント
Leotsing
Leotsing 2016 年 6 月 19 日
thank you very much, the 'msgbox()' is just what I want.

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

カテゴリ

Help Center および File ExchangeDevelop uifigure-Based Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by