Contenuto principale

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.

Creation

Description

fg_obj = ModelAdvisor.FactoryGroup(fgID) creates a handle to a factory group object and assigns it a unique ID, fgID.

Input Arguments

expand all

Unique identifier for factory group, specified as a character vector or string scalar.

The factory group identifier must remain constant.

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