MATLAB: Message box in the code

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

Best Answer

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.
Related Question