Hauptinhalt

setSubTitle

Add title for subcheck in Model Advisor analysis results

Description

setSubTitle(ftObj,title) is an optional method that displays subcheck title in the report generated by the Model Advisor formatting object ftObj. Use title to specify the subcheck title.

example

Examples

collapse all

This example shows you how to add subcheck title in Model Advisor results.

Create a list template object.

ft = ModelAdvisor.FormatTemplate("ListTemplate");

Add a title to the subcheck.

setSubTitle(ft,"Check Input Range");

Input Arguments

collapse all

ModelAdvisor.FormatTemplate object, specified as a handle to the formatting template.

Displays the title of the subcheck.

Example: "Verify Block reduction optimization setting"

Version History

Introduced in R2009a