Collect output of gui as a regular function

1 次查看(过去 30 天)
Dear all, I recently asked a question on how to share handles between two different GUIs. This is a slightly different question.
Is there any way to collect the output of a gui once the gui is closed a regular function? Something such as:
function b=myNONguiFunction %this is my main function
a=myGui; %here's my GUI is started, once it is closed it should return a as a result
b=a+1 %here's my main function's task
I was wondering if there's any way to achieve this in a simple way without the need of sharing handles.
Thanks!
Lorenzo
  1 个评论
Lorenzo
Lorenzo 2014-1-30
Looks like a good solution wven though I don't undestand what he does with the close request function since that way you have to clic twice to get your window to close...
If anyone has a better idea, please share.
Thanks!

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by