Hi, i have two gui windows. i want to a push button in first GUI , such that when i click this push button, i want to make a panel visible in second GUI, which was initially set to invisible.
Can any one help me to do this?
I work with the GUIDE tool
I need to display a inputdlg before I close my GUI...
1.Where I need to define
the closeRequestFcn
set(gcf,'CloseRequestFcn',@my_closefcn)?
2. Where to write the callback?
function my_closereq(src,evnt)
....
.....
end
Comment only