📄 control_all.m
字号:
% control
fileL1;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
h_push1=uicontrol(gcfk,'style','push',...
'unit','normalized','position',[0.76,0.69,0.05,0.04],...
'BackgroundColor','g','ForegroundColor','r',...
'string','造水','callback','fileL2;');
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -