Main Content
Title property
Name of check
Values
Character vector
Default: ''
(empty
character vector)
Description
The Title
property specifies the name of
the check in the Model Advisor. The Model Advisor displays each custom
check in the tree using the title of the check. Therefore, you should
specify a unique title for each check. When you specify the same title
for multiple checks, the Model Advisor generates a warning.
Examples
rec = ModelAdvisor.Check('com.mathworks.sample.Check1'); rec.Title = 'Check Simulink block font';