We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f555a commit 90fb64fCopy full SHA for 90fb64f
tests/gather_mean_spikes.m
@@ -32,7 +32,7 @@
32
33
clear stimes
34
for iNN = 1:size(rez.W,2)
35
- stimes{iNN} = rez.st3pos(rez.st3pos(:,2)==iNN,1);
+ stimes{iNN} = rez.st3(rez.st3(:,2)==iNN,1);
36
end
37
%stimes = gtimes;
38
0 commit comments