ti_thresh_sl.m
来自「这是一个用于语音信号处理的工具箱」· M 代码 · 共 12 行
M
12 行
%Callback function for the slider in the windowing
% function of the time folder
%Written on 05/12/97
%Get slider value
thresh = round(get(ti_thresh_fl_h,'Value'));
%Set edit box to reflect this value;
set(ti_thresh_txt1_h,'String',thresh);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?