-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.html
More file actions
23 lines (16 loc) · 844 Bytes
/
readme.html
File metadata and controls
23 lines (16 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html><pre>
This is the readme for the model associated with the paper:
Rubin JE, Shevtsova NA, Ermentrout GB, Smith JC, Rybak IA (2009)
Multiple rhythmic states in a model of the respiratory central pattern
generator. J Neurophysiol 101:2146-65
This models runs under XPP available from
<a href="http://www.math.pitt.edu/~bard/xpp/xpp.html">http://www.math.pitt.edu/~bard/xpp/xpp.html</a>
After downloading and extracting the archive the program can be
started for example under linux by cd'ing to the new folder and typing
xppaut rubinetal_resp_cpg.ode
Click on Initialconds -> Go
When complete click on Window/zoom -> (W)indow and then change "X Hi"
to 10000 and click OK. Then you should see a graph like:
<img src="./screenshot.jpg" alt="screenshot">
which is similar to the first trace in Figure 2A from the paper.
</pre></html>