can i change the size of msgbox?
조회 수: 12 (최근 30일)
이전 댓글 표시
can i change the size of msgbox and want to know about color options for msgbox
댓글 수: 0
채택된 답변
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
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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!