figure
-Based Appsfigure
function, or apps exported from GUIDEIf you create apps using the figure
function or export a
GUIDE app to a MATLAB® file, you can continue to develop, run, and edit these apps, but
they will not take advantage of the new features and UI components that are
available with UI figures. For more information about other ways to build apps,
see Ways to Build Apps.
To get started, see Create and Run a Simple figure-Based App.
Set the size, location, and front-to-back order of components programmatically.
Write Callbacks for Apps Created Programmatically
Write callbacks to control the behavior of apps you create programmatically.
Manage and share data in your app using different techniques.
Learn how to control whether callbacks can be interrupted by other callbacks.
Learn about DPI-aware behavior that improves the appearance of graphical elements on high-resolution systems.
Choose an app building approach that best suits your project requirements and your preferred workflow.