Uicontrol properties editor
guipropsedit(a)
Handle for an uicontrol.
This function is called from the guibuilder to modify the uicontrol properties. It could also be used seperately to edit the uicontrols properties.
f1=figure('position',[50 50 100 100]); a = uicontrol(f1, 'units','pixels', 'style', 'pushbutton','string','Pushbutton','position',[10 10 20 20]); guipropsedit(a);