guys i need help it says that it cant identify the handle.app.UIAxes3 being that the app.Axes3 is the name of the current app designer folder im working on plz help
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 30 Nov. 2022
Looks like you forgot you were in AppDesigner and reverted to GUIDE programming. In App Designer you use app, not handles. So instead of handles.app.UIAxes3 you would just have app.UIAxes3. Don't use handles anywhere in your App Designer program because handles is only for GUIDE.
7 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!