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

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -