csn-le / wave_clus

A fast and unsupervised algorithm for spike detection and sorting using wavelets and super-paramagnetic clustering
127 stars 66 forks source link

"matlabpool removed, use parpool instead" #113

Closed aboharbf closed 5 years ago

aboharbf commented 5 years ago

Error in Do_clustering.

ferchaure commented 5 years ago

that is quite odd, the code check if exist('matlabpool','file'), if it doesn't exist uses parpool. Can you check if you have a file called 'matlabpool' in your path?

aboharbf commented 5 years ago

Ah I see, I misread the code.