Main Content
addGroup
Add new factory settings group
Description
s = addGroup(
adds the factory settings group parentgroup
,name
)name
to the specified parent
factory settings group and returns the new group as a FactoryGroup
object. By default, factory settings groups are hidden,
which means that they do not display in the parent settings group.
s = addGroup(___,
specifies the factory group properties using one or more name-value pair arguments.
For example, Name,Value
)'Hidden',false
adds a group that is visible in the
factory settings tree. Specify name-value pairs after all other input
arguments.
Examples
Input Arguments
Version History
Introduced in R2019b