function fig = testmenu() % 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. % This problem is solved by saving the output as a FIG-file. % % 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. % % NOTE: certain newer features in MATLAB may not have been saved in this % M-file due to limitations of this format, which has been superseded by % FIG-files. Figures which have been annotated using the plot editor tools % are incompatible with the M-file/MAT-file format, and should be saved as % FIG-files. load testmenu h0 = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'FileName','S:\public_html\EE378\project\testmenu.m', ... 'PaperPosition',[18 180 576 432], ... 'PaperUnits','points', ... 'Position',[232 258 544 420], ... 'Tag','Fig1', ... 'ToolBar','none'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'Callback','set(gcf,''userdata'',4)', ... 'ListboxTop',0, ... 'Position',[264.75 139.5 111 20.25], ... 'String','Quit', ... 'Tag','Pushbutton1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'Callback','set(gcf,''userdata'',3)', ... 'ListboxTop',0, ... 'Position',[223.5 191.25 111 21], ... 'String','Get String of Characters', ... 'Tag','Pushbutton2'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'Callback','set(gcf,''userdata'',2)', ... 'ListboxTop',0, ... 'Position',[231.75 234 111 21], ... 'String','Train Network', ... 'Tag','Pushbutton3'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'Callback','set(gcf,''userdata'',1)', ... 'ListboxTop',0, ... 'Position',[215.25 266.25 111 20.25], ... 'String','Get Samples and Targets', ... 'Tag','Pushbutton4'); h1 = axes('Parent',h0, ... 'Box','on', ... 'CameraUpVector',[0 -1 0], ... 'Color',[1 1 1], ... 'ColorOrder',mat1, ... 'Layer','top', ... 'Position',mat2, ... 'Tag','Axes1', ... 'XColor',[0 0 0], ... 'XLim',[0.5 640.5], ... 'XLimMode','manual', ... 'YColor',[0 0 0], ... 'YDir','reverse', ... 'YLim',[0.5 517.5], ... 'YLimMode','manual', ... 'ZColor',[0 0 0]); h2 = image('Parent',h1, ... 'ButtonDownFcn','ctlpanel SelectMoveResize', ... 'CData',mat3, ... 'Interruptible','off', ... 'Tag','Axes1Image1', ... 'XData',[1 640], ... 'YData',[1 517]); h2 = text('Parent',h1, ... 'ButtonDownFcn','ctlpanel SelectMoveResize', ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Interruptible','off', ... 'Position',[319.7399049881235 553.8870967741935 9.160254037844386], ... 'Tag','Axes1Text4', ... 'VerticalAlignment','cap'); set(get(h2,'Parent'),'XLabel',h2); h2 = text('Parent',h1, ... 'ButtonDownFcn','ctlpanel SelectMoveResize', ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Interruptible','off', ... 'Position',[-48.14608076009501 261.274193548387 9.160254037844386], ... 'Rotation',90, ... 'Tag','Axes1Text3', ... 'VerticalAlignment','baseline'); set(get(h2,'Parent'),'YLabel',h2); h2 = text('Parent',h1, ... 'ButtonDownFcn','ctlpanel SelectMoveResize', ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','right', ... 'Interruptible','off', ... 'Position',mat4, ... 'Tag','Axes1Text2', ... 'Visible','off'); set(get(h2,'Parent'),'ZLabel',h2); h2 = text('Parent',h1, ... 'ButtonDownFcn','ctlpanel SelectMoveResize', ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Interruptible','off', ... 'Position',mat5, ... 'Tag','Axes1Text1', ... 'VerticalAlignment','bottom'); set(get(h2,'Parent'),'Title',h2); if nargout > 0, fig = h0; end