Execute a function only after GUI closes

3 次查看(过去 30 天)
Hello. Upon clicking a button on my main GUI, a second gui will appear with which the user will input the paths of the files to be used and specify some other caracteristics. I am storing this data using setappdata and getappdata. Problem is, the opening of the subgui and the consequent getappdata funtcions are all to be ran upon pressing the same button. When this happens, the program will open the secondary gui but continue running the code without waiting for the user's inputs and the subgui to be closed, whic of course is causing some trouble.
How can I tell Matlab not to go on with the code until the secondary gui is closed?
Thank you

采纳的回答

Walter Roberson
Walter Roberson 2015-6-29
See uiwait() and waitfor()
  1 个评论
Fer
Fer 2015-6-29
Thank you, just what I needed! I knew it had to be something like that but I couldn't find the exact function I wanted.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by