📄 addpis.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -