Main Content

ModelAdvisor.FactoryGroup Class

Namespace: ModelAdvisor
Superclasses:

(Not recommended) Define subfolder in By Task 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. For more information, see Version History.

Description

The ModelAdvisor.FactoryGroup class defines a new subfolder to add to the By Task folder.

Construction

ModelAdvisor.FactoryGroupDefine subfolder in By Task folder

Methods

addCheckAdd check to folder

Properties

DescriptionDescription of folder
DisplayNameName of folder
IDIdentifier for folder
MAObjModel Advisor object

Copy Semantics

Handle. To learn how this affects your use of the class, see Copying Objects in the MATLAB® Programming Fundamentals documentation.

Examples

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

Version History

collapse all

R2024b: Not recommended

Using the ModelAdvisor.FactoryGroup 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.