I like GUI of matlab.
But I can not understand why somebody write the program like this:
uicontrol('style','pushbutton',...
'Position', '[12, 34 ,45, 78],...
why do not they use GUIDE? Since it is easy to draw the picture of uicontrol and do not need to define some variables, like...