function fig = select_t() % This is the machine-generated representation of a Handle Graphics object % and its children. Note that handle values may change when these objects % are re-created. This may cause problems with any callbacks written to % depend on the value of the handle at the time the object was saved. % % To reopen this object, just type the name of the M-file at the MATLAB % prompt. The M-file and its associated MAT-file must be on your path. load select_t h0 = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'PointerShapeCData',mat1, ... 'Position',[364 111 560 420], ... 'Tag','Fig1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[70.5 189.75 295.5 99], ... 'String','Select one object type (template generator) by pushing the relevant button', ... 'Style','text', ... 'Tag','StaticText1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'Callback','val1=get(gco,''Value'');save types val1', ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[16.5 62.25 33.75 24], ... 'String','1', ... 'Tag','Pushbutton1', ... 'Value',1); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'Callback','val2=get(gco,''Value'');save types val2', ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[88.875 61.875 31.5 25.5], ... 'String','2', ... 'Tag','Pushbutton2', ... 'Value',1); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'Callback','val5=get(gco,''Value'');save types val5', ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[310.5 61.5 33 24.75], ... 'String','5', ... 'Tag','Pushbutton3'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'ButtonDownFcn','4', ... 'Callback','val4=get(gco,''Value'');save types val4', ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[231.75 62.25 39.75 23.25], ... 'String','4', ... 'Tag','Pushbutton4'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'Callback','val3=get(gco,''Value'');save types val3', ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[159 62.25 34.5 24], ... 'String','3', ... 'Tag','Pushbutton5'); if nargout > 0, fig = h0; end