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!