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

📄 slifrm.m

📁 收集的GA的一些源程序
💻 M
字号:
%
% Simple routine to set the frame around the sliders
% and give each slider a name

	gainframe1 = uicontrol(main,'Style','frame',...
		'BackgroundColor',[0.75 0.75 0.75],...
		'Pos',[15 13 170 132]);

	gainframe2 = uicontrol(main,'Style','frame',...
		'BackgroundColor',[1 1 1],...
		'Pos',[18 16 164 40]);

	gainframe3 = uicontrol(main,'Style','frame',...
		'BackgroundColor',[1 1 1],...
		'Pos',[18 59 164 40]);

	gainframe4 = uicontrol(main,'Style','frame',...
		'BackgroundColor',[1 1 1],...
		'Pos',[18 102 164 40]);

%
% Put a title above the sliders so user knows what they are for
%
	params_box=uicontrol(main,...
		'Style','Push',...
		'Units','Pixels',...
		'Position',[15 150 170 25],...
		'String','Model Parameters');

⌨️ 快捷键说明

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