can i change the size of msgbox?

조회 수: 12 (최근 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 CenterFile Exchange에서 Holidays / Seasons에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by