fprintf('*********message from MITprof_path.m**********\n please define mydir '); fprintf(' with your directory name \n below this line'); fprintf(' then comment out this message \n and the stop\n'); fprintf(' OR simply execute profiles_process_init.m instead \n'); return; global mydir; mydir='????/MITprof/'; eval(['addpath ' mydir ';']); eval(['addpath ' mydir 'profiles_IO_v2/;']); eval(['addpath ' mydir 'profiles_IO_external/;']); eval(['addpath ' mydir 'profiles_misc/;']); eval(['addpath ' mydir 'profiles_process_main_v2/;']); eval(['addpath ' mydir 'profiles_stats/;']); eval(['addpath ' mydir 'profiles_devel/;']);