Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling GUI figure

Status
Not open for further replies.

milbos

Electrical
Sep 9, 2005
2
Hi
My question is:
I have two GUI's for example delo.fig (delo.m) and dodatek.fig (dodatek.m). First I start GUI delo.fig and I want to execute GUI dodatek.fig when I press button in GUI delo.fig.
So, how can I call one GUI from another?

Thank you
 
Replies continue below

Recommended for you

Set the callback function of the button in the first figure to run the second figure.

eg
% "handle" is the handle of the button in delo.m
set(handle, 'CallBack', 'dodatek;');

M



--
Dr Michael F Platten
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor