Need Help programming a Button
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am creating a mutliple choice prompt in which the correct button pressed will present the user with the correct page and all others the wrong page. How do I program a button to open another page when clicked?
6 Commenti
Walter Roberson
il 14 Apr 2020
If they are seperate GUIs, then you just invoke the GUI as a function.
GUI_for_correct_answer();
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!