⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guiset.m

📁 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森)
💻 M
字号:
function fig = guiset()
% GUISET Used by BNBGUI
% Do not run this file from the Matlab prompt.
load guiset

h0 = figure('Units','points', ...
	'Color',[0.8 0.8 0.8], ...
	'Colormap',mat0, ...
	'FileName','C:\MATLABR11\work\guiset.m', ...
	'MenuBar','none', ...
	'Name','settings BNB GUI', ...
	'NumberTitle','off', ...
	'PaperPosition',[18 180 576.0000000000001 432.0000000000002], ...
	'PaperUnits','points', ...
	'Position',[148.9655172413793 84.4137931034483 144 273.7241379310345], ...
	'Resize','off', ...
	'Tag','settings BNB GUI', ...
	'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'Callback','bnbguicb(''set1'');', ...
	'ListboxTop',0, ...
	'Position',[6.206896551724139 254.4827586206897 43.44827586206898 12.41379310344828], ...
	'String','phase 1', ...
	'Style','checkbox', ...
	'Tag','set1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'Callback','bnbguicb(''set3'');', ...
	'ListboxTop',0, ...
	'Position',[6.206896551724139 235.8620689655173 130.3448275862069 12.41379310344828], ...
	'String','nonconvergent -> no branching', ...
	'Style','checkbox', ...
	'Tag','set2');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'Callback','bnbguicb(''set4'');', ...
	'ListboxTop',0, ...
	'Position',[6.206896551724139 217.2413793103449 93.10344827586209 12.41379310344828], ...
	'String','feasible ->convergent', ...
	'Style','checkbox', ...
	'Tag','set3');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'HorizontalAlignment','left', ...
	'ListboxTop',0, ...
	'Position',[6.206896551724139 198.6206896551724 49.65517241379311 12.41379310344828], ...
	'String','maxSQPiter ', ...
	'Style','text', ...
	'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 1], ...
	'Callback','bnbguicb(''maxSQPiter'');', ...
	'HorizontalAlignment','left', ...
	'ListboxTop',0, ...
	'Position',[62.0689655172414 198.6206896551724 62.0689655172414 12.41379310344828], ...
	'Style','edit', ...
	'Tag','maxSQPiter');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'HorizontalAlignment','left', ...
	'ListboxTop',0, ...
	'Position',[6.206896551724139 180 31.0344827586207 12.41379310344828], ...
	'String','options', ...
	'Style','text', ...
	'Tag','StaticText1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 1], ...
	'Callback','bnbguicb(''optlist'');', ...
	'Position',mat1, ...
	'String',' ', ...
	'Style','listbox', ...
	'Tag','optlist', ...
	'Value',1);
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[1 1 1], ...
	'Callback','bnbguicb(''optedit'');', ...
	'HorizontalAlignment','left', ...
	'ListboxTop',0, ...
	'Position',[6.827586206896553 37.24137931034483 130.3448275862069 12.41379310344828], ...
	'Style','edit', ...
	'Tag','optedit');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'Callback','bnbguicb(''opt1'');', ...
	'ListboxTop',0, ...
	'Position',[50.27586206896553 180 37.24137931034483 12.41379310344828], ...
	'String','fase 1', ...
	'Style','radiobutton', ...
	'Tag','opt1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'Callback','bnbguicb(''opt2'');', ...
	'ListboxTop',0, ...
	'Position',[49.65517241379311 167.5862068965518 37.24137931034483 12.41379310344828], ...
	'String','fase 2', ...
	'Style','radiobutton', ...
	'Tag','opt2');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...
	'Callback','closereq;', ...
	'ListboxTop',0, ...
	'Position',[74.48275862068967 6.206896551724139 62.0689655172414 24.82758620689656], ...
	'String','done', ...
	'Tag','Pushbutton1');
if nargout > 0, fig = h0; end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -