Contenuto principale

ModelAdvisor.LineBreak

Insert line break

Description

Use instances of the ModelAdvisor.LineBreak class to insert line breaks in the Model Advisor outputs.

Examples

collapse all

Insert a line break by using ModelAdvisor.LineBreak.

Create a paragraph and add a line break between two lines of text.

result = ModelAdvisor.Paragraph;
addItem(result, [resultText1 ModelAdvisor.LineBreak resultText2]);

Version History

Introduced in R2006b