fprintf('*********message from MITprof_path.m**********\n please define MITprof_dir '); 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 MITprof_dir; MITprof_dir='????/MITprof/'; eval(['addpath ' MITprof_dir ';']); eval(['addpath ' MITprof_dir 'profiles_IO_v2/;']); eval(['addpath ' MITprof_dir 'profiles_IO_external/;']); eval(['addpath ' MITprof_dir 'profiles_misc/;']); eval(['addpath ' MITprof_dir 'profiles_process_main_v2/;']); eval(['addpath ' MITprof_dir 'profiles_stats/;']); eval(['addpath ' MITprof_dir 'ecco_v4/;']); eval(['addpath ' MITprof_dir 'profiles_devel/;']);