Migrazione delle applicazioni GUIDE
Nota
L'ambiente GUIDE sarà rimosso in una release futura. Dopo la rimozione di GUIDE, le applicazioni GUIDE esistenti continueranno a essere eseguite in MATLAB ma non saranno più modificabili in GUIDE.
Per continuare a modificare un'applicazione GUIDE esistente, vedere GUIDE Migration Strategies per informazioni su come contribuire a mantenere la compatibilità dell'applicazione con le release future di MATLAB. Per creare nuove applicazioni in modo interattivo, vedere invece Sviluppo di applicazioni con App Designer.
Se si desidera creare una nuova applicazione in un ambiente interattivo, utilizzare App Designer. L'ambiente di progettazione GUIDE è l'ambiente di drag-and-drop originale per la creazione di applicazioni e sarà rimosso in una release futura. App Designer è il sostituto di GUIDE. Se un'applicazione è stata creata precedentemente con GUIDE, questa continuerà a funzionare, ma non sarà più modificabile in GUIDE. Se si desidera modificare il layout dell'applicazione GUIDE, migrarla in App Designer o esportarla in un file di programma di MATLAB. Per maggiori informazioni, vedere GUIDE Migration Strategies.
Funzioni
appmigration.migrateGUIDEApp | Migrate GUIDE apps to App Designer (Da R2023a) |
guide | (To be removed) Create or edit UI file in GUIDE |
Argomenti
Migrazione delle applicazioni GUIDE
- GUIDE Migration Strategies
Migrate GUIDE apps (GUIs) to App Designer or export them to MATLAB files.
Mantenimento delle applicazioni GUIDE esistenti prima della migrazione
- 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.