I have doubts regarding Sprintf().
조회 수: 1 (최근 30일)
이전 댓글 표시
mess=sprintf('Steps to be followed to work with our Image Compressor \n step1)click on Load image button to laod the image to be compressed \n step2)'); helpdlg(mess,'help');
Now I wanna display the first line in my sprintf() in bold characters with some additional font size . Is it possible? if yes provide necessary changes to be made or suggest any other command that i can use.
댓글 수: 0
채택된 답변
Image Analyst
2015년 3월 18일
Leave it to Yair, the magician, to figure out a way. Search this page for msgbox: http://undocumentedmatlab.com/blog/rich-matlab-editbox-contents
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!