📄 graphic2.m
字号:
function fig = graphic2()% 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.
% Grenoble, December 2000
% This work has been partly funded by the European project BLIS (IST-1999-14190)
load graphic2h0 = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'NumberTitle','off', ... 'Position',[311 432 626 182], ... 'Tag','Fig1');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[1 1 1], ... 'Callback','close;', ... 'FontSize',15, ... 'ListboxTop',0, ... 'Position',[396.4235294117647 47.43529411764706 62.68235294117647 57.6], ... 'String','CLOSE', ... 'Tag','Pushbutton1');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[1 1 1], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[28.8 82.16470588235293 73.69411764705882 18.63529411764706], ... 'String','200', ... 'Style','edit', ... 'Tag','EditText1');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[1 1 1], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[115.2 19.48235294117647 74.54117647058824 19.48235294117647], ... 'String','0.2', ... 'Style','edit', ... 'Tag','EditText1');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[1 1 1], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[30.49411764705882 18.63529411764706 73.69411764705882 19.48235294117647], ... 'String','0.3', ... 'Style','edit', ... 'Tag','EditText1');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[1 1 1], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[201.6 18.63529411764706 74.54117647058824 19.48235294117647], ... 'String','0.2', ... 'Style','edit', ... 'Tag','EditText1');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[1 1 1], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[114.3529411764706 82.16470588235293 74.54117647058824 18.63529411764706], ... 'String','200', ... 'Style','edit', ... 'Tag','EditText1');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.701960784313725 0.701960784313725 0.701960784313725], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[27.10588235294118 99.95294117647059 75.38823529411765 27.95294117647059], ... 'String','signal length T', ... 'Style','text', ... 'Tag','StaticText2');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.701960784313725 0.701960784313725 0.701960784313725], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[114.3529411764706 37.27058823529412 76.23529411764706 28.8], ... 'String',' linear algo. step mu', ... 'Style','text', ... 'Tag','StaticText2');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.701960784313725 0.701960784313725 0.701960784313725], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[29.64705882352941 37.27058823529412 75.38823529411765 28.8], ... 'String','pdf estim. varian. sigma', ... 'Style','text', ... 'Tag','StaticText2');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.701960784313725 0.701960784313725 0.701960784313725], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',mat1, ... 'String','iterations number itmax', ... 'Style','text', ... 'Tag','StaticText2');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.701960784313725 0.701960784313725 0.701960784313725], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[200.7529411764706 37.27058823529412 76.23529411764706 28.8], ... 'String','nonlinear algo. step nu ', ... 'Style','text', ... 'Tag','StaticText2');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[1 1 1], ... 'Callback',mat2, ... 'FontSize',15, ... 'ListboxTop',0, ... 'Position',[294.7764705882353 59.29411764705883 35.5764705882353 33.03529411764706], ... 'String','OK', ... 'Tag','Pushbutton2', ... 'UserData',0);h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.701960784313725 0.701960784313725 0.701960784313725], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[199.9058823529412 99.95294117647059 76.23529411764706 27.95294117647059], ... 'String','param. coeff. number N', ... 'Style','text', ... 'Tag','StaticText2');h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[1 1 1], ... 'FontSize',12, ... 'ListboxTop',0, ... 'Position',[200.7529411764706 82.16470588235293 74.54117647058824 18.63529411764706], ... 'String','7', ... 'Style','edit', ... 'Tag','EditText1');if nargout > 0, fig = h0; end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -