This scripts add full file path of toolbox into search path
0001 % This scripts add full file path of toolbox into search path 0002 0003 % --------- 0004 % Yen-Nan Lin, NTHU, 2010-2014, Matlab 2012a 0005 0006 addpath([pwd, filesep, 'Toolbox', filesep, '2011-03-27_BCT']); 0007 addpath([pwd, filesep, 'Toolbox', filesep, 'panel_2.4']); 0008 addpath([pwd, filesep, 'Toolbox', filesep, 'ploterr']); 0009 addpath([pwd, filesep, 'Toolbox', filesep, 'breakYAxis']); 0010 addpath([pwd, filesep, 'Toolbox', filesep, 'xticklabel_rotate']);