I am trying to import a CSV file in Matlab. The file contains integers, floats and a timestamp of the time taken. csvread or dlmread do not do the trick due to mixed file types. On the other hand I tried textscan as suggested here but the whole data is put into a Nx1 array (with N being the number of lines in the csv file. The data is EEG data that I wish to perform some band bass filtering to it, but first I need to read the file in a 2D array. Any ideas? P.S. I am using Matlab R2013a
Example file can be found here