Create tabbed panel
t = uitab
creates a tab inside a tab group and returns the
Tab
object. If there is no tab group available, MATLAB® calls the figure
function to create a figure.
Then it creates a tab group in that figure, and places the tab inside the tab
group.
t = uitab(
specifies tab
property values using one or more name-value pair arguments.Name,Value
)
t = uitab(
creates the tab in the
specified parent container. The parent container can be a tab group in a figure
created with either the parent
)figure
or uifigure
function. Property values
for uitab
vary slightly depending on whether the app is created
with the figure
or uifigure
function. For
more information, see Name-Value Pair Arguments.
t = uitab(
specifies the parent container and one or more properties values.parent
,Name,Value
)