% % wrap addpaths to allow stand-alone testing % In Matlab Relase 14 if((str2num(version('-release')) < 14) || ~isdeployed) % path to FrameL MATLAB in Ligotools addpath(getenv('MATLABPATH')); % path to Channel software (under lscsoft CVS) addpath ~/lscsoft/matapps/src/utilities/Channel; % path to fixed FrameL files - put AFTER Ligotools addpath(genpath([getenv('HOME'),'/matlab'])); end