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