matlab - how to make the second gui wait until the first one finishes? -
i have 2 consecutive guis in 1 function. how can make second 1 waits until push exit button on first one. searched in internet , says use uiwait, should use it? should menstion first gui contains 3 buttons 1 of supposed programmed quit gui.
thanks in advance
uiwait
should used in first gui, before launching second.
e.g.: uiwait( launch_second_gui );
Comments
Post a Comment