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.
- property, value
- 'units': Unit of measurement. Value options include 'pixel' or 'normalized'.
Outputs
- h
- Handle of the uipanel.