Migrar apps GUIDE
Nota
El entorno GUIDE se eliminará en una versión futura. Después de eliminar GUIDE, las apps GUIDE existentes seguirán funcionando en MATLAB, pero no se podrán editar en GUIDE.
Para seguir editando una app GUIDE existente, consulte GUIDE Migration Strategies para obtener información sobre cómo ayudar a mantener la compatibilidad de la app con próximas versiones de MATLAB. Para crear nuevas aplicaciones de manera interactiva, Desarrollar apps mediante App Designer en su lugar.
Si desea crear una nueva aplicación en un entorno interactivo, utilice App Designer. El entorno de diseño GUIDE es el entorno original de arrastrar y soltar para crear apps y se eliminará en una versión futura. App Designer es el sustituto de GUIDE. Si ha creado anteriormente una app con GUIDE, seguirá funcionando, pero no se podrá editar en GUIDE. Si desea editar el diseño de la app GUIDE, mígrela a App Designer o expórtela a un archivo de programa de MATLAB. Para obtener más información, consulte GUIDE Migration Strategies.
Funciones
guide | (To be removed) Create or edit UI file in GUIDE |
Temas
Migrar apps GUIDE
- GUIDE Migration Strategies
Migrate GUIDE apps (GUIs) to App Designer or export them to MATLAB files.
Conservar las apps GUIDE existentes antes de la migración
- Ways to Build Apps
Choose an app building approach that best suits your project requirements and your preferred workflow. - Write Callbacks in GUIDE
Write callbacks to control the behavior of apps you create in GUIDE. - Callbacks for Specific Components
Use callbacks to program specific functionality for different components. - Set the UI Window Size in GUIDE
Set the UI window size, control resize behavior of components, and control the appearance of the GUIDE layout area. - Add Components to the GUIDE Layout Area
Add, move, copy, paste, duplicate, and resize components. Add identifiers to components using the Tag property. - Create Menus for GUIDE Apps
Create context menus and menus in the menu bar using GUIDE. - Interactive List Box App in GUIDE
Examine a GUIDE app that displays a list box that users can interact with. - Automatically Refresh Plot in a GUIDE App
Examine a GUIDE app that uses a timer object to continuously update plot data. - GUIDE App With Parameters for Displaying Plots
Examine a GUIDE App that analyzes input data and generates frequency and time domain plots. - GUIDE Preferences
Set GUIDE preferences, which affect all UIs you create in GUIDE. - GUIDE Options
Select GUIDE options for specific UIs. - Files Generated by GUIDE
Learn about the files in a GUIDE app, the code structure, and how to add callback templates.