Main Content

DisplayName property

Class: ModelAdvisor.FactoryGroup
Namespace: ModelAdvisor

Name of folder

The ModelAdvisor.FactoryGroup class and its associated methods and properties are not recommended. Use the Model Advisor Configuration Editor or Advisor.Config API to customize the Model Advisor configuration.

Values

Character vector

Default:'' (empty character vector)

Description

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

Examples

% --- sample factory group
rec = ModelAdvisor.FactoryGroup('com.mathworks.sample.factorygroup');
rec.DisplayName='Sample Factory Group';