diff --git a/usedMcode/readEEG.m b/usedMcode/readEEG.m index 5ea4a4f..8a9b347 100644 --- a/usedMcode/readEEG.m +++ b/usedMcode/readEEG.m @@ -4,7 +4,7 @@ %only create file if it doesn't exist yet if exist(strcat(pathToFile,sprintf('../matlabData/%s%i%imsWindowEMG%isWindowEEG%imsShift1sPauseFreq%ito%iPause%i.mat',subject,number,windowEMG*1000,windowEEG,shift*1000,minEEGFreq,maxEEGFreq,pause)), 'file') ~= 2 - + fprintf(strcat(pathToFile,sprintf('../matlabData/%s%i%imsWindowEMG%isWindowEEG%imsShift1sPauseFreq%ito%iPause%i.mat',subject,number,windowEMG*1000,windowEEG,shift*1000,minEEGFreq,maxEEGFreq,pause)),' not existanat; creating\n'); trainingDataEEGcell=cell(maxFile,1); trainingDataEMGcell=cell(maxFile,1); classesCell=cell(maxFile,1);