uiwait for data sharing between multiple GUIs
2 次查看(过去 30 天)
显示 更早的评论
I was wondering if there is a workaround using uiwait when sharing data between multiple GUIs without disabling the command window in MATLAB.
I have a main GUI that calls several secondary GUIs and I'm using the uiwait function to wait for the user response but this disables the use of the command window while the main GUI is running. I have also noticed that I can't edit any plots I generate while the main GUI is running.
Is there any way of not disabling the command window while the uiwait function is keeping my main GUI running?
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!