Migrer des applications GUIDE
Remarque
L’environnement GUIDE sera supprimé dans une prochaine version. Après cela, les applications GUIDE pourront toujours s’exécuter dans MATLAB mais elles ne seront plus modifiables dans GUIDE.
Pour continuer à modifier une application GUIDE existante, consultez la rubrique GUIDE Migration Strategies qui indique comment maintenir la compatibilité de l’application avec les futures versions de MATLAB. Pour créer de nouvelles applications de manière interactive, vous devez plutôt Développer des applications avec App Designer.
Si vous souhaitez créer une nouvelle application dans un environnement interactif, utilisez App Designer. GUIDE est l’environnement initial de design par glisser-déposer permettant de créer des applications. Il sera supprimé dans une prochaine version. App Designer remplace GUIDE. Si vous avez précédemment créé une application avec GUIDE, elle pourra toujours s’exécuter mais ne sera plus modifiable dans GUIDE. Si vous souhaitez modifier la disposition des composants de votre application GUIDE, migrez-la vers App Designer ou exportez-la vers un fichier de programme MATLAB. Pour plus d’informations, consultez GUIDE Migration Strategies.
Fonctions
appmigration.migrateGUIDEApp | Migrate GUIDE apps to App Designer (depuis R2023a) |
guide | (To be removed) Create or edit UI file in GUIDE |
Rubriques
Migrer des applications GUIDE
- GUIDE Migration Strategies
Migrate GUIDE apps (GUIs) to App Designer or export them to MATLAB files.
Maintenir les applications GUIDE existantes avant la migration
- 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.