Which function did You use to import csv file from emotiv?
I did this,
inputData=csvread(‘hainan test1.csv’);
eeg.raw= inputData(:,(3:16));
But
Error using dlmread (line 147)
Mismatch between file and format character vector.
Trouble reading ‘Numeric’ field from file (row number 1, field number 1) ==>
title:hainan test1, recorded:20.12.17 07.09.14, timestamp
started:2017-12-20T22:47:27.862990+08:00 , sampling:128, subject:hainan,
labels:COUNTER INTERPOLATED AF3 F7 F3 FC5 T7 P7 O1 O2 P8 T…
Error in csvread (line 48)
m=dlmread(filename, ‘,’, r, c);
How I handle this? Thank you very much.