Conduction in uniform myelinated axons (Moore et al 1978)

 Download zip file 
Help downloading and running models
Accession:9851
Examines the relative sensitivity of the velocity of impulse propagation to changes in nodal and internodal parameters.
Reference:
1 . Moore JW, Joyner RW, Brill MH, Waxman SD, Najar-Joa M (1978) Simulations of conduction in uniform myelinated fibers. Relative sensitivity to changes in nodal and internodal parameters. Biophys J 21:147-60 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Axon;
Brain Region(s)/Organism:
Cell Type(s): Myelinated neuron;
Channel(s): I Na,t; I K;
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Axonal Action Potentials; Multiple sclerosis;
Implementer(s): Hines, Michael [Michael.Hines at Yale.edu];
Search NeuronDB for information about:  I Na,t; I K;
/
moore78
README
cable.hoc
fig2.hoc
fig2.ses
fig3.hoc
fig3.ses
init.hoc
init.ses
mosinit.hoc
                            
load_file("nrngui.hoc")
load_file("init.hoc")

xpanel("Figures for Moore et. al, 19787")
xradiobutton("2", "restart(\"fig2\")")
xradiobutton("3", "restart(\"fig3\")")
xpanel(5,100)

proc restart() {local i
	objref graphItem, save_window_
	sprint(tstr, "%s.hoc", $s1)
	load_file(1, tstr)
}

Loading data, please wait...