Need Help programming a Button
이전 댓글 표시
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
Geoff Hayes
2020년 4월 13일
Gurinder - are you using GUIDE, App Designer, or are you programmatically creating your GUI?
Gurinder Punni
2020년 4월 13일
Geoff Hayes
2020년 4월 13일
Can you share some of your code? What is a "page" represented by?
Gurinder Punni
2020년 4월 14일
Walter Roberson
2020년 4월 14일
If they are seperate GUIs, then you just invoke the GUI as a function.
GUI_for_correct_answer();
Gurinder Punni
2020년 4월 14일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!