As far as I know the uitextarea is not powerful enought yet to allow setting different text properties. Neither the LaTeX syntax nor <HTML> tags are working.
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!