Need Help programming a Button
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 14 de Abr. de 2020
If they are seperate GUIs, then you just invoke the GUI as a function.
GUI_for_correct_answer();
Respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!