I have 4 GUI tasks, Task A, Task B, Task C, and Task D, and would like users to complete 4 tasks one by one. If I write in the script:
Task A;
Task B;
Task C;
Task D;
then all 4 GUI tasks pop out at the same time.
How can I let Task B only pop out after the user closes Task A or is done with Task A? There are 10 problems in each task and I coded tasks to be autoamically closed after users finish 10 problems.
I want to randomize the order of 4 tasks for each participant, which means Task A could be followed by any task, therefore, I can't hard code Task A to automatically trigger Task B.
Thanks so much!
3 Comments
Hari Krishna Ravuri (view profile)
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/487251-how-to-open-several-guis-one-at-a-time-in-a-matlab-script#comment_762147
Adam (view profile)
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/487251-how-to-open-several-guis-one-at-a-time-in-a-matlab-script#comment_762178
Adam Danz (view profile)
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/487251-how-to-open-several-guis-one-at-a-time-in-a-matlab-script#comment_762226
Sign in to comment.