add boldface text to text area
조회 수: 7 (최근 30일)
이전 댓글 표시
How do I add a new line to text area that is bold-face, while not having all lines bold-face?
app.TextArea1.Value = [{sprintf('\bf[%s]: updated message', datestr(now,'HH:MM'))}; app.TextArea1.Value];
Adding "\bf" in the beginning doesn't work.
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Categorical Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!