Main Content

DisplayName property

Class: ModelAdvisor.Group
Namespace: ModelAdvisor

Name of folder

Values

Character vector

Default:'' (empty character vector)

Description

The DisplayName specifies the name of the folder that is displayed in the Model Advisor.

Examples

MAG = ModelAdvisor.Group('com.mathworks.sample.GroupSample');
MAG.DisplayName='My Group';