ti_thresh_edit.m

来自「这是一个用于语音信号处理的工具箱」· M 代码 · 共 12 行

M
12
字号
%Callback routine for the text box in the window
%function

%Written on 05/12/97

%Get value in the edit box
thresh = round(eval(get(ti_thresh_txt1_h,'String')));

%Set slider value to correspond to this
set(ti_thresh_fl_h,'Value',thresh);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?