📄 modelexpogui.m
字号:
'MenuBar','none',...
'Name','modelexpo',...
'NumberTitle','off',...
'PaperOrientation','landscape',...
'PaperPosition',get(0,'defaultfigurePaperPosition'),...
'PaperSize',[11 8.5],...
'Pointer','crosshair',...
'Position',[128.6 37.5384615384615 70.2 16.7692307692308],...
'Renderer',get(0,'defaultfigureRenderer'),...
'RendererMode','manual',...
'Resize','off',...
'HandleVisibility','callback',...
'Tag','modelexpo_fig',...
'UserData',zeros(1,0));
setappdata(h1, 'GUIDEOptions', struct(...
'active_h', [], ...
'taginfo', struct(...
'figure', 2, ...
'axes', 6, ...
'pushbutton', 15, ...
'popupmenu', 10, ...
'listbox', 2, ...
'text', 26, ...
'slider', 2, ...
'checkbox', 11, ...
'radiobutton', 8, ...
'frame', 5, ...
'edit', 14), ...
'override', 1, ...
'release', 13, ...
'resize', 'none', ...
'accessibility', 'callback', ...
'mfile', 1, ...
'callbacks', 1, ...
'singleton', 1, ...
'syscolorfig', 1, ...
'lastSavedFile', 'C:\Documents and Settings\Bob\Desktop\SSUM_WIN\models\modelexpo.m', ...
'blocking', 0));
h2 = uimenu(...
'Parent',h1,...
'Callback','modelexpogui(''FileMenu_Callback'',gcbo,[],guidata(gcbo))',...
'Label','File',...
'Tag','FileMenu');
h3 = uimenu(...
'Parent',h2,...
'Callback','modelexpogui(''save_Callback'',gcbo,[],guidata(gcbo))',...
'Label','Save Image',...
'Tag','save');
h4 = uimenu(...
'Parent',h2,...
'Callback','modelexpogui(''print_Callback'',gcbo,[],guidata(gcbo))',...
'Label','Print',...
'Tag','print');
h5 = uimenu(...
'Parent',h2,...
'Callback','modelexpogui(''CloseMenuItem_Callback'',gcbo,[],guidata(gcbo))',...
'Label','Close',...
'Separator','on',...
'Tag','CloseMenuItem');
h6 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[2 4.38461538461539 20.4 10],...
'String',{ '' },...
'Style','frame',...
'Tag','frame1',...
'UserData',zeros(1,0));
h7 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'BackgroundColor',[1 1 1],...
'Callback','modelexpogui(''imgsize_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[10.6 1.38461538461538 7 1.46153846153846],...
'String','256',...
'Style','edit',...
'CreateFcn','modelexpogui(''imgsize_CreateFcn'',gcbo,[],guidata(gcbo))',...
'Tag','imgsize',...
'UserData',zeros(1,0));
h8 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'FontSize',10,...
'HorizontalAlignment','right',...
'ListboxTop',0,...
'Position',[0.4 1.07692307692308 8.8 1.76923076923077],...
'String','Size',...
'Style','text',...
'Tag','text11',...
'UserData',zeros(1,0));
h9 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'Callback','modelexpogui(''draw_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[19.6 1.38461538461538 8 1.46153846153846],...
'String','Draw',...
'Tag','draw',...
'UserData',zeros(1,0));
h10 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'BackgroundColor',[1 1 1],...
'Callback','modelexpogui(''p_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[10.6 11.8461538461538 7 1.46153846153846],...
'String','0.5',...
'Style','edit',...
'CreateFcn','modelexpogui(''p_CreateFcn'',gcbo,[],guidata(gcbo))',...
'Tag','p',...
'UserData',zeros(1,0));
h11 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'FontSize',12,...
'HorizontalAlignment','right',...
'ListboxTop',0,...
'Position',[5.6 12 3 1.46153846153846],...
'String','p',...
'Style','text',...
'Tag','text15',...
'UserData',zeros(1,0));
h12 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'BackgroundColor',[1 1 1],...
'Callback','modelexpogui(''q_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[10.6 9.61538461538462 7 1.46153846153846],...
'String','0.5',...
'Style','edit',...
'CreateFcn','modelexpogui(''q_CreateFcn'',gcbo,[],guidata(gcbo))',...
'Tag','q',...
'UserData',zeros(1,0));
h13 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'FontSize',12,...
'HorizontalAlignment','right',...
'ListboxTop',0,...
'Position',[5.6 9.76923076923077 3 1.46153846153846],...
'String','q',...
'Style','text',...
'Tag','text16',...
'UserData',zeros(1,0));
h14 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'Callback','modelexpogui(''animate_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[30 1.38461538461538 12 1.46153846153846],...
'String','Animate',...
'Style','checkbox',...
'Tag','animate',...
'UserData',zeros(1,0));
h15 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[25.2 4.38461538461539 20.4 10],...
'String',{ '' },...
'Style','frame',...
'Tag','frame3',...
'UserData',zeros(1,0));
h16 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'FontSize',10,...
'ListboxTop',0,...
'Position',[22.8 14.3846153846154 24.8 1.53846153846154],...
'String','Auto-Regression',...
'Style','text',...
'Tag','text18',...
'UserData',zeros(1,0));
h17 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'FontSize',10,...
'ListboxTop',0,...
'Position',[2.4 14.4615384615385 19.2 1.46153846153846],...
'String','2-State',...
'Style','text',...
'Tag','text19',...
'UserData',zeros(1,0));
h18 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'Callback','modelexpogui(''twostate_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[3.8 5.53846153846154 3 1.46153846153846],...
'Style','checkbox',...
'Value',1,...
'Tag','twostate',...
'UserData',zeros(1,0));
h19 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'Callback','modelexpogui(''ar_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[27.2 5.53846153846154 3 1.46153846153846],...
'Style','checkbox',...
'Tag','ar',...
'UserData',zeros(1,0));
h20 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'BackgroundColor',[1 1 1],...
'Callback','modelexpogui(''alpha_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[32.6 11.7692307692308 7 1.46153846153846],...
'String','0.5',...
'Style','edit',...
'CreateFcn','modelexpogui(''alpha_CreateFcn'',gcbo,[],guidata(gcbo))',...
'Tag','alpha',...
'UserData',zeros(1,0));
h21 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'FontSize',12,...
'HorizontalAlignment','right',...
'ListboxTop',0,...
'Position',[27.8 12 3 1.46153846153846],...
'String','a',...
'Style','text',...
'Tag','dsd',...
'UserData',zeros(1,0));
h22 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'BackgroundColor',[1 1 1],...
'Callback','modelexpogui(''std_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[32.6 9.30769230769231 7 1.46153846153846],...
'String','0.5',...
'Style','edit',...
'CreateFcn','modelexpogui(''std_CreateFcn'',gcbo,[],guidata(gcbo))',...
'Tag','std',...
'UserData',zeros(1,0));
h23 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'FontSize',12,...
'HorizontalAlignment','right',...
'ListboxTop',0,...
'Position',[26 9.46153846153846 5 1.46153846153846],...
'String','std',...
'Style','text',...
'Tag','das',...
'UserData',zeros(1,0));
h24 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'Callback','modelexpogui(''scale_Callback'',gcbo,[],guidata(gcbo))',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[32.6 5.53846153846154 12 1.46153846153846],...
'String','Scale',...
'Style','checkbox',...
'Tag','scale',...
'UserData',zeros(1,0));
h25 = uicontrol(...
'Parent',h1,...
'Units','characters',...
'CData',zeros(1,0),...
'FontName','default',...
'ListboxTop',0,...
'Position',[48.6 1.30769230769231 20.4 13],...
'String',{ '' },...
'Style','frame',...
'Tag','frame4',...
'UserData',zeros(1,0));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -