Adding Style to message box

Good day all, please i have: msgbox('Thanks for using MATLAB Image Processing') close(maingui); How can i make the change the style of the text like increasing size,colr,font and the rest. Thank you looking forward to your usual support

답변 (1개)

Jan
Jan 2018년 3월 22일

0 개 추천

Start with reading the documentation: doc msgbox
There is no direct method to set the font size etc. But you can use TeX Markup as e.g. '\fontsize{25}' to change the style. Another way is to write your own msgbox clone: Copy the code, use a new name like "mymsgbox.m" and change the font properties as you want.

카테고리

도움말 센터File Exchange에서 Printing and Saving에 대해 자세히 알아보기

태그

질문:

2018년 3월 22일

답변:

Jan
2018년 3월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by