uipanel

Creates container objects in a figure.

Syntax

h = uipanel()

h = uipanel(property, value, ...)

h = uipanel(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
'units': Unit of measurement. Value options include 'pixel' or 'normalized'.
'position': Size and position of the uipanel. Value is specified as a vector of the form: [left top width height].

Outputs

h
Handle of the uipanel.