📄 popunvoi.m
字号:
% popunvoi.m
% modified by D. G. Childers 8/9/98
set(exc_jitshi_h,'Value',0);
set(exc_jitshi_h,'Enable','off');
set(exc_aspira_h,'Enable','on');
set(exc_subglo_h,'Enable','on');
if exist('jittshim_h')==1
eval('close(jittshim_h);',catch1);
clear jittshim_h;
end
set(exc_apply_h,'Enable','on');
%set(exc_defau_h,'Enable','on');
val=get(exc_unv_h,'Value');
if val==1
set(exc_voi_h,'Value',0);
set(exc_mix_h,'Value',0);
if exist('voice_h')==1
eval('close(voice_h);',catch1);
clear voice_h;
end
if exist('noise_h')==0
turbuno;
end
end
if val==0
set(exc_voi_h,'Value',0);
set(exc_mix_h,'Value',0);
if exist('voice_h')==1
eval('close(voice_h);',catch1);
clear voice_h;
end
if exist('noise_h')==1
eval('close(noise_h);',catch1);
clear noise_h;
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -