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.
Type: double | integer
Dimension: scalar
property, value
'string': Text to be displayed on the head of the uibuttongroup.
'units': Unit of measurement. Value options include 'pixel' or 'normalized'.
'position': Size and position of the uibuttongroup. Value is specified as a vector of the form: [left top width height].

Outputs

h
Handle of the uibuttongroup.