Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Randomly ordered GUIs sandwiched between fixed order GUI.

1 Ansicht (letzte 30 Tage)
Muaaman
Muaaman am 15 Dez. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by