Return to GUI after Running Data
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Rishabh
am 29 Apr. 2025
0 Stimmen
figure(app.UIFigure);
just add this after everything into your button pushed callback
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!