Main Content

Description property

Class: ModelAdvisor.Group
Namespace: ModelAdvisor

Description of folder

Values

Character vector

Default: '' (empty character vector)

Description

The Description property provides information about the folder. Details about the folder are displayed in the right pane of the Model Advisor.

Examples

MAG = ModelAdvisor.Group('com.mathworks.sample.GroupSample');
MAG.Description='This is my group';