message box in the code
7 ビュー (過去 30 日間)
古いコメントを表示
IS it possible to Bold the messages in the message box..?
I want to highlight all the messages in the message box either using color or font weight
4 件のコメント
採用された回答
Image Analyst
2013 年 9 月 27 日
Unfortunately msgbox() doesn't allow formatting options for the text it displays. I've put in a request for this a long time ago. I'd encourage you to send an email to support@mathworks.com asking for it also. In the meantime I think you're stuck writing your own little dialog box.
その他の回答 (2 件)
Guy Reading
2019 年 4 月 10 日
For anyone reading this still: Image Analyst's answer is incorrect. You can include italics / bold. Please see Jan's answer of this, on a similar question:
2 件のコメント
Image Analyst
2019 年 4 月 10 日
I believe it was correct 6 years ago when I wrote it, but NOW you can do it, as the link, and my attached utility msgboxw() show.
Guy Reading
2019 年 4 月 11 日
Yes, I noticed the date at which you wrote it, I also noticed that Jan's answer was 2 years earlier than you comment. This being said, perhaps the dating system is incorrect, or I overlooked something else. Apologies for the heavy-handed answer.
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!