📄 speech_quit.m
字号:
%Callback function for the close button in the synthesis menu
%
%author : Karthik 1/98
if exist('speech_display_fig') == 1
eval('close(speech_display_fig);',catch1);
clear speech_display_fig;
end
if exist('synth_fig_1') == 1
eval('close(synth_fig_1);',catch1);
clear synth_fig_1;
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -