Need Help programming a Button
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2020-4-14
If they are seperate GUIs, then you just invoke the GUI as a function.
GUI_for_correct_answer();
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!