uibuttongroup
Creates a button group in a figure to group radio buttons.
Syntax
h = uibuttongroup()
h = uibuttongroup(property, value, ...)
h = uibuttongroup(parent, property, value, ...)
Inputs
- parent
- Handle of a container object, which could be a figure, frame, uipanel, or uibuttongroup.
- property, value
- 'string': Text to be displayed on the head of the uibuttongroup.
Outputs
- h
- Handle of the uibuttongroup.