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 ビュー (過去 30 日間)
表示 古いコメント

0 件のコメント
採用された回答
Image Analyst
2022 年 11 月 30 日
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.
その他の回答 (0 件)
参考
カテゴリ
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!