to open new window in gui matlab
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
to open new window in gui matlab when I click push button??
1 Commento
Rik
il 24 Gen 2019
Show what you have found out trying to answer this question already.
Also, a GUI in Matlab is nothing special. It is just a bunch of objects in a figure that have functions that can be triggered with specific interactions (like clicking a button).
Risposta accettata
Sarah Crimi
il 24 Gen 2019
Under the callback to the button in your GUI code, you just use the following command:
figure;
2 Commenti
Ghaith Hatamleh
il 28 Nov 2020
how can you edit this figure so that everytime its opended, what you added is still there.
Rik
il 28 Nov 2020
You probably can't do that easily with GUIDE. What you can do is store the data in a mat file or in a preference to make input persistent.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!