Group of factory settings and factory subgroup objects
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.
Create the FactoryGroup
root object using the
matlab.settings.createToolboxGroup
function. For
example:
myToolboxSettings = matlab.settings.FactoryGroup.createToolboxGroup('mytoolbox','Hidden',false);
addGroup | Add new factory settings group |
addSetting | Add new factory setting |
matlab.settings.FactoryGroup.createToolboxGroup | Create FactoryGroup root object for toolbox |