whats wrong with this code?
5 ビュー (過去 30 日間)
古いコメントを表示
Hi! I inserted some code in the startup callback of the appdesigner (matlab 2018 b) and I am getting error:

0 件のコメント
回答 (1 件)
Image Analyst
2022 年 5 月 8 日
You called your app "app1" not "app" so you'd need app1.UIFigure.
However I think that all axes and widgets on your UI should be created with App Designer, not manually created by you during the startup.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!