Skip to content

Commit 90fb64f

Browse files
authored
Update gather_mean_spikes.m
1 parent 81f555a commit 90fb64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gather_mean_spikes.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
clear stimes
3434
for iNN = 1:size(rez.W,2)
35-
stimes{iNN} = rez.st3pos(rez.st3pos(:,2)==iNN,1);
35+
stimes{iNN} = rez.st3(rez.st3(:,2)==iNN,1);
3636
end
3737
%stimes = gtimes;
3838

0 commit comments

Comments
 (0)