Add new settings group
s = addGroup(
adds a new settings group to the specified parent settings group, and returns a
parentgroup
,name
)SettingsGroup
object containing the new settings group. By
default, settings groups are not hidden, which means that they display in the parent
settings group.
s = addGroup(___,
specifies settings group properties using one or more name-value pair arguments. For
example, Name,Value
)'Hidden',true
adds a hidden settings group. Specify
name-value pairs after all other input arguments.