Mar, 2024
Robert G. Smith
2) With Linux running in the computer, type "nc
3) Type in the following lines:
4) Type "run;" and the model will run. NeuronC prints out a
list of times and voltage or current records according to
the plot commands you give it.
5) To give a graphics display, start with the command
"ncv
6) You have successfully run NeuronC.
connect 1 to 2 cable length=200 dia=0.2;
stim node 1 vclamp= -.01 start=.01 dur=.001;
plot V[1],V[2];
This describes a passive neural cable with a transient
voltage clamp on one end and recording sites at both ends.