Main Content
matlab.settings.FactoryGroup.createToolboxGroup
Create FactoryGroup
root object for toolbox
Syntax
Description
s = matlab.settings.FactoryGroup.createToolboxGroup(
creates the root factory group for a toolbox and returns the new group as a name
)FactoryGroup
object. By default, the root factory group is hidden,
which means that it does not display in the parent settings group.
s = matlab.settings.FactoryGroup.createToolboxGroup(___,
specifies the root factory group properties using one or more name-value pair
arguments. For example, Name,Value
)'Hidden',false
creates a visible
FactoryGroup
root object. Specify name-value pairs after all
other input arguments.
Examples
Input Arguments
Version History
Introduced in R2019b