Search found 4 matches

by tmczhangtielin
Thu Dec 25, 2014 9:55 pm
Forum: The GUI
Topic: How to get this voltage-current like graph in neuron
Replies: 1
Views: 12601

How to get this voltage-current like graph in neuron

Hi, It seems that Neuron software GUI can plot graphs such like x axis is voltage(mv), left y axis is Fraction of peak(%), right y axis is current amplitude(pA), This kind of image is very important for mine study, However, I cannot find how to plot them in tutorial or other place, Can anyone tell m...
by tmczhangtielin
Wed Nov 19, 2014 10:42 am
Forum: NEURON + Python
Topic: Neuron and Python stim-response error
Replies: 1
Views: 2492

Neuron and Python stim-response error

Hello, everyone. It is really so difficult to describe my problem. I create 10 neurons and make them connect each other as a line. For example neuron 1 has a NetCon to neuron 2, and neuron 2 connects to neuron 3,... like this. I didn't find some compiling error here but it seems that the result is n...
by tmczhangtielin
Sun Aug 03, 2014 8:53 am
Forum: NEURON + Python
Topic: Neuron and Python, NetCon Error
Replies: 2
Views: 3944

Re: Neuron and Python, NetCon Error

It is amazing that it works. ^^
Thank you so much.
I will take your advice to make my code shorter and more efficiency.
by tmczhangtielin
Sat Aug 02, 2014 12:13 pm
Forum: NEURON + Python
Topic: Neuron and Python, NetCon Error
Replies: 2
Views: 3944

Neuron and Python, NetCon Error

Hi, everyone, I want to connect some neurons to be a small network, but some problem happened. Can anybody help me? Here is the error information: NEURON: NetCon pointer not associated with currently accessed section Use section ... (&var(x)...) intead of ...(&section.var(x)...) near line 0 ...