📄 ceps_ov_edit.m
字号:
%Callback routine for the text box in the cepstral property window
%function
%Autor: D. G. Childers
%Written on June 11, 1997
%Get value in the edit box
if exist('ceps_pr_win_h')
% Get the value from the slider
overlap=get(ceps_ov_txt1_h,'String');
% Put the string
set(ceps_ov_fl_h,'Value',eval(overlap));
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -