0

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

1

1 Answer 1

1

If you can not use Excel, this Question is a duplicate (comment of Eitan). Otherwise I would recommend to use xlsread, this uses excel com interface and is able to read everything excel can read.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.