Need Help programming a Button
Afficher commentaires plus anciens
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 commentaires
Geoff Hayes
le 13 Avr 2020
Gurinder - are you using GUIDE, App Designer, or are you programmatically creating your GUI?
Gurinder Punni
le 13 Avr 2020
Geoff Hayes
le 13 Avr 2020
Can you share some of your code? What is a "page" represented by?
Gurinder Punni
le 14 Avr 2020
Walter Roberson
le 14 Avr 2020
If they are seperate GUIs, then you just invoke the GUI as a function.
GUI_for_correct_answer();
Gurinder Punni
le 14 Avr 2020
Réponses (0)
Catégories
En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!