Main Content
Maintain or Transition figure
-Based Apps
Maintain apps created programmatically using the
figure
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 full advantage of the features and UI components that are
available with UI figures. For more information about other ways to build apps,
see Ways to Build Apps.
Functions
Properties
Topics
- Ways to Build Apps
Choose an app building approach that best suits your project requirements and your preferred workflow.
- Update figure-Based Apps to Use uifigure
Learn how to update your existing
figure
-based apps to use modern app building functions.- STEP 1: Update App Figure and Containers
- STEP 2: Update UIControl Objects and Callbacks
- STEP 3: Update Dialog Boxes