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
2018-3-22
0 个投票
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 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!