Okay wow. I know I already posted feedback, but this set of examples is so amazing as a tutorial that I had to come back and say that every beginner should study this entire package. This has to be the best file I've found all year, hands down. Thank you for providing this!!
What an amazing collection. Thank you so much for this!
Is there an available "answer guide" for the suggested exercises you have listed in the files? I am sadly already stuck on the second one and don't want to move on until I understand it
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