Even if many subjects have the same topics, I don't find my answer.
I have something like 30 .txt files in a folder (with a different names), I would like to import all of them in MATLAB. Take a column from each file and make a vector with all those columns.
Bombo30m1.txt
Bombo30m2.txt
Bovolon30m2.txt
Rigutti30m4.txt
Each .txt file have 45 columns of number separated by comma. All the numbers inside my text files are integers.
All files have the same number of columns, but not the same numbers of row (more or less 4000 for each).
For all of the files, I would like to take the column 40 and make one vector with it. So I will get a big vector.