Create table user interface component
creates a table user interface
component in the current figure and returns the uit
= uitableTable
UI
component object. If there is no figure available, MATLAB® calls the figure
function to create
one.
specifies property values of the table UI component using one or more name-value
pair arguments.uit
= uitable(Name,Value
)
creates
the table in the specified parent container. The parent container can be a figure
created with either the uit
= uitable(parent
)figure
or uifigure
function, or a child
container such as a panel. Property values for uitable
vary
slightly depending on whether the app is created with the
figure
or uifigure
function. For more
information, see Name-Value Pair Arguments.
specifies the parent container and one or more property values.uit
= uitable(parent
,Name,Value
)