uifigure
-Based Appsuifigure
function)Design and edit apps programmatically by coding their layout and behavior
using MATLAB® functions. The uifigure
function creates a
figure that is specially configured for app building and serves as the container
for your user interface. UI figures support the same types of modern graphics
and interactive UI components that App Designer supports.
View samples of the UI components available for building modern apps.
Programmatic App that Displays a Table
This example shows how to display a table in an app using the
uitable
function.
Choose an app building approach that best suits your project requirements and your preferred workflow.