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

Yash
Yash 2013년 9월 27일
use the properties.
Walter Roberson
Walter Roberson 2013년 9월 27일
Is the message built using msgbox() ?
Val
Val 2013년 9월 27일
yes...Multiple msgs in the same msg box
or any other way to show these messages in my presentation?
message = sprintf(' The name is: %s \n \n Value 1 is : %.1f \n \n Value 2 is : %.1f \n \n A_Output is:%.5f \n \n SR Output is :%.5f \n \nThe Actual output is : %.5f \n\n ',z{1},x,y,A_output,SR,Actual_output);
uiwait(msgbox(message));
Val
Val 2013년 9월 27일
Can U give me the example of msgbox properties.....?

댓글을 달려면 로그인하십시오.

 채택된 답변

Image Analyst
Image Analyst 2013년 9월 27일

0 개 추천

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.

댓글 수: 1

Val
Val 2013년 9월 30일
Sure i will send an email regarding this. Thank you

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Simon
Simon 2013년 9월 27일

0 개 추천

Hi!
I don't use magbox, but for formatted messages in command window, look at cprintf
Guy Reading
Guy Reading 2019년 4월 10일

0 개 추천

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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

Val
2013년 9월 27일

댓글:

2019년 4월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by