twomass_excur1_edit.m

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

M
13
字号
%Callback function for the excur1 edit box for the two mass model
%Author Karthik
%Date November, 24 1997

%Get value in the edit box
val = eval(get(twomass_con_excur1_edit,'String'));

%Set slider value to correspond to this
set(twomass_con_excur1_slider,'Value',val);



⌨️ 快捷键说明

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