can i change the size of msgbox?

9 ビュー (過去 30 日間)
Dimple
Dimple 2013 年 8 月 21 日
can i change the size of msgbox and want to know about color options for msgbox

採用された回答

Walter Roberson
Walter Roberson 2013 年 8 月 21 日
You can in theory change the size of msgbox by changing the root property 'DefaultFigurePosition' via set(0,'DefaultFigurePosition',[....])
There are no options provided to change msgbox()'s size.
There are no color options for msgbox.
  2 件のコメント
Dimple
Dimple 2013 年 9 月 20 日
Thank You....
Jan
Jan 2013 年 9 月 20 日
Do not forget to restore the original value of the DefaultFigurePosition afterwards. Otherwise other dialogs might look too strange.
You can create a local copy of msgbox.m and modify it to your needs, e.g. as msgboxXtra.m .

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by