Return to GUI after Running Data
古いコメントを表示
When I am running my GUI, I get all of the files and data selected and then press plot. It plots the data but closes the GUI so I have to redo it every time. Is there a way to make a code that keeps the GUI open so that I can just edit the data if I want to make different plots without having to redo the GUI every time?
採用された回答
その他の回答 (1 件)
Rishabh
2025 年 4 月 29 日
0 投票
figure(app.UIFigure);
just add this after everything into your button pushed callback
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!