How do I add a line break to text entered in the Block Help field when creating a masked subsystem in Simulink 5.1 (R13SP1)?

6 views (last 30 days)
How do I add a line break to text entered in the Block Help field when creating a masked subsystem in Simulink 5.1 (R13SP1)?
I have text that appears professional when I add it to the Mask Help field on the Documentation tab in the Mask Editor. When I look at the documentation I created from the block itself (clicking on the Help button from my masked subsystem), the text does not appear as it did in the Mask Help field; it is not formatted at all.
The documentation about the Mask Help field is accessed by typing the following command at the prompt in MATLAB 6.5.1 (R13SP1) or later versions:
web([docroot '/toolbox/simulink/ug/masking13.html'])

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
You can use several HTML tags to create formatted text in the Mask Help field. The following are some common tags that can be used:
New paragraph:<p>...</p>
Bold text:<b>...</b>
Italicized text:<i>...</i>
Non-breaking space:& nbsp;
Line break:<br>
Horizontal line:<hr>
Hyperlink:<a href=h t t p ://www.your_link_here.com>text for link</a>

More Answers (0)

Products


Release

R13SP1

Community Treasure Hunt

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

Start Hunting!