?? 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 + -