필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Randomly ordered GUIs sandwiched between fixed order GUI.

조회 수: 1 (최근 30일)
Muaaman
Muaaman 2014년 12월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
I would like to accomplish something like the following. Please note that these GUIs were all originally made with GUIDE:
Sand-wiched between gui_intro and gui_end are a series of interconnected GUIs that appear in a random order:
1. gui_intro
- After pressing the appropriate button in this GUI, it leads to one of the GUI's below (randomly selected):
2. [gui1, gui2, gui3, gui4, gui5, gui6, gui7, gui8, gui9, gui10, gui11, gui12, gui13, gui14]
- These GUI each have a button to move onto the next GUI in the set
- Each GUI must appear a total of one time and each appears one at a time.
- The order must be random.
- The last GUI that appears in this set must lead the user to the last gui (gui_end) from pushing the appropriate button:
3. gui_end
How may I accomplish this? Input would be much appreciated.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by