Main Content
FactoryGroup
Group of factory settings and factory subgroup objects
Description
A FactoryGroup
is an object within the factory settings tree.
At the top of the tree is the root FactoryGroup
. Each
FactoryGroup
can contain a collection of other
FactoryGroup
and FactorySetting
objects. For more
information about creating a factory settings tree, see Create Factory Settings for Toolboxes.
Creation
Create the FactoryGroup
root object using the matlab.settings.FactoryGroup.createToolboxGroup
function. For
example:
myToolboxSettings = matlab.settings.FactoryGroup.createToolboxGroup('mytoolbox','Hidden',false);
Properties
Object Functions
addGroup | Add new factory settings group |
addSetting | Add new factory setting |
matlab.settings.FactoryGroup.createToolboxGroup | Create FactoryGroup root object for toolbox |
Examples
Version History
Introduced in R2019b