addpis.m

来自「code of an ADC implementation woith matl」· M 代码 · 共 11 行

M
11
字号
function addPIS% Add the PosInvSet subdirectory of the toolbox to the current pathtb_dir = which('dsdemo5');slash = find(tb_dir==filesep);if isempty(slash)    tb_dir = '';else    tb_dir = tb_dir(1:slash(end));endaddpath([tb_dir 'PosInvSet']);

⌨️ 快捷键说明

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