HTML Tags support in MATLAB

22 次查看(过去 30 天)
David Beckham
David Beckham 2021-3-8
评论: Rik 2021-3-8
Hey,
I was just wondering why HTML tags work in MATLAB and how good of a practice is it to use them.
For example, while using fprintf function I can just use <b>text</b> or <i>text</i> or even <strong>text</strong> to display out bold, italicized and bold texts respectively on the command window.
Example:
fprintf(<strong>Hello World</strong>);
Output: Hello World
So, what is the underlying principle for this?
Also is there any other way I can print out bold or italics text in MATLAB using fprintf?

回答(1 个)

Walter Roberson
Walter Roberson 2021-3-8
  2 个评论
David Beckham
David Beckham 2021-3-8
Thanks.
May I know why do HTML tags work if used with frintf or disp() ?
Rik
Rik 2021-3-8
I would expect the command window parses most basic HTML tags. That is also how documentation links in errors and warnings work.
Did you search the documentation for something related?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Report Generator 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by