-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.html
More file actions
32 lines (22 loc) · 1.04 KB
/
readme.html
File metadata and controls
32 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html><pre>
This is the readme for the simulation code associated with the paper:
Bush D, Burgess N (2014) A hybrid oscillatory interference/continuous
attractor network model of grid cell firing. J Neurosci 34:5065-79
This Matlab code was contributed by Dr Daniel Bush.
Usage:
Download and extract this archive and cd to the extracted folder.
Type HybridModel on the Matlab command line.
After a minute or two the graph below should appear (cf. Fig 3f in
Bush & Burgess, 2014).
<img src="./screenshot.png" alt="screenshot" width="550">
To run simulations with 2D tracking data, or with a different grid
scale, simply edit the options on the first lines of the HybridModel
Matlab script.
Changing the top line in the code of HybridModel.m to 2D, e.g.
Environment = '2D'; % Environment type (1D or 2D)
and running, generates after 20 minutes or so (cf. Fig 3e in Bush &
Burgess, 2014)
<img src="./screenshot2.png" alt="screenshot 2" width="550">
Comments, criticisms and questions should be directed to
drdanielbush at gmail.com
</pre></html>