pr_np.m

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

M
15
字号
%
% Callback function for "Number of poles" slider of Property window
% Author : Minkyu Lee
% Date : 5-Oct-1994
%

% Get the value from the slider
val=round( get(m_pr_sl_np_h,'Value') );

% Make a string
S=sprintf('Number of poles : %d', val);

% Put the string
set(m_pr_txt_np_h,'String',S);

⌨️ 快捷键说明

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