Search found 6 matches

by zhg2601
Thu Jul 22, 2010 5:39 am
Forum: Getting started
Topic: could the help system built-in in neuron?
Replies: 1
Views: 1610

could the help system built-in in neuron?

Ted,

it should be very useful for beginners. the help system of matlab is so powerful.
by zhg2601
Wed Jul 21, 2010 7:13 am
Forum: Getting started
Topic: how to save data to files automatically in a for loop
Replies: 1
Views: 1883

how to save data to files automatically in a for loop

for example, I have a parameter to scan, in a for loop.
for i=1; i<10; i=i+1
{
open a new file
write to this file
close it
}
how to name the new files automatically, such as data_1.dat data_2.dat data_3.dat
by zhg2601
Wed Jul 21, 2010 7:07 am
Forum: Getting started
Topic: how to implement a synapse of square conductance
Replies: 5
Views: 2862

Re: how to implement a synapse of square conductance

Of course, I am now in the beginning stage of learning.
by zhg2601
Mon Jul 19, 2010 7:25 am
Forum: Getting started
Topic: how to implement a synapse of square conductance
Replies: 5
Views: 2862

Re: how to implement a synapse of square conductance

thanks for your prompt help. it works well.
by zhg2601
Sun Jul 18, 2010 10:22 am
Forum: Getting started
Topic: how to implement a synapse of square conductance
Replies: 5
Views: 2862

how to implement a synapse of square conductance

Hi, just a very stupid question. I know there are built-in alpha and bi-exponential synapses. But the assignment from the teacher requires a square synapse. How to do that in a simple way?
by zhg2601
Sun Feb 15, 2009 7:18 pm
Forum: Reaction-diffusion in NEURON
Topic: Introduction and request for suggestions
Replies: 5
Views: 18944

Re: Introduction and request for suggestions

Spines change their shapes in a rather fast mode. Therefore, I would suggest that Neuron-rd could treat the geometry parameters as temporal varabiles and could be the function of other parameters.