maopost
Specifier/Regulator
- Mar 17, 2006
- 1
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 position.
you know I always do not know how to set the 'position'.
which is better? GUIDE or "write uicontrol"?
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 position.
you know I always do not know how to set the 'position'.
which is better? GUIDE or "write uicontrol"?