Main Content

ModelAdvisor.Group

Class: ModelAdvisor.Group
Namespace: ModelAdvisor

(Not recommended) Define custom folder

The ModelAdvisor.Group 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. For more information, see Version History.

Syntax

group_obj = ModelAdvisor.Group(group_ID)

Description

group_obj = ModelAdvisor.Group(group_ID) creates a handle to a group object, group_obj, and assigns it a unique identifier, group_ID. group_ID must remain constant.

Examples

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

Version History

collapse all

R2024b: Not recommended

Using the ModelAdvisor.Group class and its associated methods and properties to create custom folders is not recommended. Use the Model Advisor Configuration Editor or Advisor.Config API to customize the Model Advisor configuration. For more information, see Use Model Advisor Configuration Editor to Customize Model Advisor and Customize Model Advisor Configuration Programmatically.