There are 50 dat files in a folder. I want to import it to matlab and then select specific dat files say ( 8.dat, 15.dat, 18.dat and 36.dat ). And i want to compare and plot datas from these selected 4 dat files.
For eg, read all the columns of 8.data, 15.dat, 18.dat and 36.dat
plot ( 8.datas 1st column with 2nd column ) hold on (15.datas 1st column with 2nd column) hold on (18.datas 1st column with 2nd) hold on (36.datas 1st column with 2nd) hold off
second plot,
plot( 8.datas 1st column with 3rdcolumn ) hold on (15.datas 1st column with 3rd column) hold on (18.datas 1st column with 3rd hold on (36.datas 1st column with 3rd ) hold off
end