You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

14 lines
202 B

mfile_name = mfilename('fullpath');
[pathstr,name,ext] = fileparts(mfile_name);
cd(pathstr);
cd ICANSAT/V0
ICANSAT
cd ../V1
ICANSAT_V1
cd ../../MAD
MAD_Validation
cd(pathstr);