Given a csv file, which looks like (from Import Tool
in MATLAB)
one can import it to MATLAB by using the Import Tool
. Suppose one has 30 such files with equal number of columns but possibly different number of rows.
Question: How can one achieve the following in MATLAB?
For each file, load columns 2, 3, 5 (all starting from row 2) as an cell array.
Lots of questions about importing data from csv files to MATLAB have been asked before. But answers to those related questions (the closest one I found is here) seem to be not very helpful to achieve my specific goal here.