Tuhin
unread,Jul 31, 2011, 5:34:48 PM7/31/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Discussion Group for Chronux
Hi, I am trying to run SpikeSortingDemo.m file which loads a sample
data file named 'spikes1.mat' . But every time I tried to run this
program, I got the following error:
"
??? Invalid MEX-file 'C:\chronux\spikesort\mex\fast_kmeans_step.dll':
The
specified procedure could not be found.
.
Error in ==> ss_kmeans at 141
[assignlist, bestdists, clustersizes, centroid] = ...
Error in ==> ss_outliers at 81
spikes = ss_kmeans(spikes, opts);
Error in ==> SpikeSortingDemo at 155
spikes = ss_outliers(spikes);
"
Can anyone please tell me how can solve this problem?