Migration von GUIDE-Apps
Hinweis
Die GUIDE-Umgebung wird in einer zukünftigen Version entfernt. Nach der Entfernung von GUIDE werden vorhandene GUIDE-Apps weiterhin in MATLAB ausgeführt, können aber nicht mehr in GUIDE bearbeitet werden.
Wenn Sie eine vorhandene GUIDE-App weiterhin bearbeiten wollen, finden Sie unter GUIDE Migration Strategies Informationen dazu, wie Sie die Kompatibilität der App mit zukünftigen MATLAB-Versionen wahren können. Wenn Sie neue Apps interaktiv erstellen möchten, müssen Sie stattdessen Entwickeln von Apps mithilfe von App Designer.
Wenn Sie eine neue App in einer interaktiven Umgebung erstellen möchten, nutzen Sie App Designer. Die GUIDE-Umgebung ist die ursprüngliche Drag-and-drop-Umgebung für die Erstellung von Apps. Sie wird in einer zukünftigen Version entfernt. An die Stelle von GUIDE tritt App Designer. Wenn Sie Apps bisher mit GUIDE erstellt haben, können diese weiterhin ausgeführt werden, aber die Apps können nicht mehr in GUIDE bearbeitet werden. Wenn Sie Änderungen am Layout Ihrer GUIDE-App vornehmen möchten, migrieren Sie die App zu App Designer oder exportieren Sie sie in eine MATLAB-Programmdatei. Weitere Informationen finden Sie unter GUIDE Migration Strategies.
Funktionen
appmigration.migrateGUIDEApp | Migrate GUIDE apps to App Designer (Seit R2023a) |
guide | (To be removed) Create or edit UI file in GUIDE |
Themen
Migration von GUIDE-Apps
- GUIDE Migration Strategies
Migrate GUIDE apps (GUIs) to App Designer or export them to MATLAB files.
Pflege vorhandener GUIDE-Apps vor der 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.