diff --git a/usedMcode/callAll.m b/usedMcode/callAll.m index cc1ae66..900125a 100644 --- a/usedMcode/callAll.m +++ b/usedMcode/callAll.m @@ -49,6 +49,7 @@ [meanAccurancysEEG(j),maxCEEG(j,:),cmScaledEEG(j,:,:)]=svmEciton(pathToFile,subject,number,EEG,k,maxExpC,maxPerClass,windowEMG,windowEEG,shift,minEEGFreq,maxEEGFreq,pause); [correlationEMG(j,:)]=ridgeCV(pathToFile,subject,number,false,k,ridgeParams,windowEMG,windowEEG,shift,minEEGFreq,maxEEGFreq,pause); [correlationEEG(j,:)]=ridgeCV(pathToFile,subject,number,EEG,k,ridgeParams,windowEMG,windowEEG,shift,minEEGFreq,maxEEGFreq,pause); + fprintf('%s%i finished %s\n',subject,number,datestr(datetime('now'))) end save(strcat(pathToFile,sprintf('../matlabData/%s_callAll.mat',datestr(datetime('now'))))); diff --git a/usedMcode/svmEciton.m b/usedMcode/svmEciton.m index b575127..3c2f233 100644 --- a/usedMcode/svmEciton.m +++ b/usedMcode/svmEciton.m @@ -43,5 +43,4 @@ % colorbar(); %saveas(fig,strcat(pathToFile,sprintf('../plots/%s%i%icm200ms1sPause.fig',subject,number,EEG)),'fig'); %save(strcat(pathToFile,sprintf('../matlabData/%s%i%i200ms1sPause.mat',subject,number,EEG)),'meanAccurancy','maxC','cmScaled','-v7.3'); - fprintf('%s%i%i finished %s\n',subject,number,EEG,datestr(datetime('now'))) end