?? dispsig.m
字號:
function dispsig(signalMatrix, range, titlestr);%DISPSIG - deprecated!%% Please use icaplot instead.%% See also ICAPLOT% @(#)$Id: dispsig.m,v 1.2 2003/04/05 14:23:57 jarmo Exp $fprintf('\nNote: DISPSIG is now deprecated! Please use ICAPLOT.\n');if nargin < 3, titlestr = ''; endif nargin < 2, range = 1:size(signalMatrix, 1); endicaplot('dispsig',signalMatrix',0,range,range,titlestr);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -