📄 guiupd.m
字号:
function fig = guiupd()
% 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 guiupd
h0 = figure('CloseRequestFcn','bnbguicb(''show main''); closereq;', ...
'Color',[0.8 0.8 0.8], ...
'Colormap',mat0, ...
'FileName','C:\MATLABR11\toolbox\bnb\guiupd.m', ...
'HandleVisibility','callback', ...
'MenuBar','none', ...
'Name','update BNB GUI', ...
'NumberTitle','off', ...
'PaperPosition',[18 180 576.0000000000001 432.0000000000002], ...
'PaperUnits','points', ...
'Position',[733 301 260 131], ...
'Resize','off', ...
'Tag','update BNB GUI', ...
'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.501960784313725 0.501960784313725 0.501960784313725], ...
'FontName','Courier-LD', ...
'ListboxTop',0, ...
'Position',[6.206896551724139 6.206896551724139 148.9655172413793 68.27586206896554], ...
'Style','text', ...
'Tag','percdone');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'FontName','Courier-LD', ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[12.41379310344828 12.41379310344828 136.5517241379311 43.44827586206898], ...
'Style','text', ...
'Tag','updatemessage');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.501960784313725 0.501960784313725 0.501960784313725], ...
'FontName','Courier-LD', ...
'ForegroundColor',[1 1 1], ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[12.41379310344828 55.86206896551725 136.5517241379311 12.41379310344828], ...
'String','update', ...
'Style','text', ...
'Tag','update');
if nargout > 0, fig = h0; end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -