📄 welcome.asv
字号:
close all;
clear;
clc;
m_gui_win_welcome=figure('Position',[235 180 664 463],...
'Resize','off',...
'Numbertitle','off',...
'Name','欢迎进入');
m_gui_f1=uicontrol('Style','frame',...
'Position',[5 5 180 455],...
'Callback',[]);
m_gui_welcom=uicontrol('Style','text',...
'Position',[250 280 300 100],...
'String','欢迎进入语音处理平台V1.0 ',...
'FontSize',16.,...
'Callback',[]);
pause(2.0);
close all;
clear;
clc;
main
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -