-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpathdef.m
executable file
·19 lines (17 loc) · 1.31 KB
/
pathdef.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
addpath(genpath('/home/tao/code/matlab/magia'))
addpath(genpath('/home/tao/code/matlab/spm12'))
addpath(genpath('/home/tao/code/matlab/general'))
addpath(genpath('/home/tao/code/matlab/viewer3dgui'))
addpath(genpath('/home/tao/code/matlab/radial2D'))
addpath(genpath('/home/tao/code/matlab/e7tool_matlab_from_JO'))
% addpath(genpath('/home/tao/code/matlab/REST_V1.8_130615'))
% addpath(genpath('/storage0/home/tsun/code/matlab/PETRECON_MP24_R03_REL_1_28_MRAC_pw-BestToolboxEver01242017'))
% addpath(genpath('/storage3/MLAA/GEtoolbox/PETRECON_MP24_R03_REL_1_28_MRAC_pw-BestToolboxEver01242017/PETRECON_MP24_R03_REL_1_28_MRAC'))
% addpath(genpath('/home/tsun/code/matlab/PETRECON_MP24_R03_REL_1_28_MRAC_pw-BestToolboxEver01242017/PETRECON_MP24_R03_REL_1_28_MRAC/petrecon'))
% addpath(genpath('/home/tsun/code/matlab/Duetto/DUETTO_REL1.1.3/duetto'))
addpath(genpath('/home/tao/code/matlab/duetto_v02.04/duetto'))
% addpath(genpath('/home/tsun/code/matlab/PETRECON_MP24_R03_REL_1_28_MRAC_pw-BestToolboxEver01242017/PETRECON_MP24_R03_REL_1_28_MRAC/petrecon/unlist'))
% addpath(genpath('/home/tsun/code/matlab/PETRECON_MP24_R03_REL_1_28_MRAC_pw-BestToolboxEver01242017/PETRECON_MP24_R03_REL_1_28_MRAC/petrecon/io_utils'))
addpath(genpath('/home/tao/code/matlab/nm_signa'))
run('/home/tao/code/matlab/fessler/irt/setup.m')
diary('matlablog.txt')