Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
libertyh committed Oct 21, 2013
1 parent fd93119 commit cb4c0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SAMPLE_DATA_README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Spike channels: 16 channels from a 4 x 4 polytrode configuration.
9 10 11 12
13 14 15 16

Bin size was set to 5 ms (bin_size = 0.05).
Bin size was set to 5 ms (bin_size = 0.005).
2 changes: 1 addition & 1 deletion ising_neurons_L1reg.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
% following names and contents:
% spk: an nneurons x t matrix (nneurons = number of neurons/electrode sites, t = number of time bins)
% stim: an nstims x t matrix (nstims = number of stimulus features, t = number of time bins)
% bin_size: the size of each time bin in seconds (in our sample dataset, bin_size = 0.05 (5 ms))
% bin_size: the size of each time bin in seconds (in our sample dataset, bin_size = 0.005 (5 ms))
mydata = load(datafile);
nneurons = size(mydata.spk, 1); % number of neurons or electrode/recording sites
nstims = size(mydata.stim, 1); % number of stimuli or number of stimulus features
Expand Down

0 comments on commit cb4c0fa

Please sign in to comment.