Search found 17 matches
- Wed Jun 04, 2008 8:15 am
- Forum: Other questions
- Topic: Load a value located in a text file
- Replies: 4
- Views: 3628
Hi!! I load the value located in the file with success. But i can't affect this value to the electrode. There is a syntax error according the simulator. This is a part of my program, if you want, i can send you my project. //recuperation.ses objref minfvec, vvec amp_electrode = 0 minfvec = new Vecto...
- Tue Jun 03, 2008 4:00 am
- Forum: Other questions
- Topic: Load a value located in a text file
- Replies: 4
- Views: 3628
- Thu May 29, 2008 8:38 am
- Forum: Other questions
- Topic: Load a value located in a text file
- Replies: 4
- Views: 3628
Load a value located in a text file
Hi !!
I try to load in one electrode an amplitude which is written in a text file with NEURON.
How can i make it?
I try to load in one electrode an amplitude which is written in a text file with NEURON.
How can i make it?
- Wed Apr 30, 2008 5:25 am
- Forum: Getting started
- Topic: Conduction velocity
- Replies: 1
- Views: 2970
Conduction velocity
Hi
I try to calculate the conduction velocity after a simulation run.
Can you help me in this realisation?
I try to calculate the conduction velocity after a simulation run.
Can you help me in this realisation?
- Mon Apr 28, 2008 4:28 am
- Forum: Getting started
- Topic: Stimulation on a zone
- Replies: 3
- Views: 2572
- Fri Apr 25, 2008 5:17 am
- Forum: Getting started
- Topic: Stimulation on a zone
- Replies: 3
- Views: 2572
Stimulation on a zone
Hi
In my model, I have 20 nodes and I want to stimulate 3 nodes, chosen by the user, at the same time and to draw the answer on a graph.
How can i make it?
In my model, I have 20 nodes and I want to stimulate 3 nodes, chosen by the user, at the same time and to draw the answer on a graph.
How can i make it?
- Wed Apr 16, 2008 3:21 am
- Forum: Getting started
- Topic: New model
- Replies: 3
- Views: 3169
- Thu Apr 10, 2008 5:32 am
- Forum: Getting started
- Topic: New model
- Replies: 3
- Views: 3169
New model
Hi!!
I try to make my new model. But i don't know, how to associate the node number, the node diameter or the node length in NEURON.
Someone know, if this parameters can be integrated in NEURON.
I try to make my new model. But i don't know, how to associate the node number, the node diameter or the node length in NEURON.
Someone know, if this parameters can be integrated in NEURON.
- Mon Apr 07, 2008 3:37 am
- Forum: Getting started
- Topic: modification of fiber's diameter through a window
- Replies: 9
- Views: 8702
In your code, you use
And in the point process window there is a soma.
I try to simulate on the fibers or the dendrites.
Code: Select all
soma ocbox_ = new PointProcessManager(0)
No, there is no soma.Does your model have a soma?
I try to simulate on the fibers or the dendrites.
- Fri Apr 04, 2008 5:10 am
- Forum: Getting started
- Topic: modification of fiber's diameter through a window
- Replies: 9
- Views: 8702
- Thu Apr 03, 2008 8:56 am
- Forum: Getting started
- Topic: modification of fiber's diameter through a window
- Replies: 9
- Views: 8702
Step 3 undoes everything that X did in step 2. For my project, at the beginning the CellBuilder helped me to create a model with some dendrite and axone. But later, the CellBuilder will not make modification on the model. And the X user should not have access to the CellBuilder. please tell me some...
- Wed Apr 02, 2008 3:50 am
- Forum: Getting started
- Topic: modification of fiber's diameter through a window
- Replies: 9
- Views: 8702
What kind of a stimulus are you using--an IClamp? I use an IClamp for stimulus. Do you mean to say that increasing the diameter causes a reduction of the effect of the IClamp's current on membrane potential? Yes, if i increase fiber's diameter, i decrease the effect of the stimulus. And for the usi...
- Tue Apr 01, 2008 10:55 am
- Forum: Getting started
- Topic: modification of fiber's diameter through a window
- Replies: 9
- Views: 8702
modification of fiber's diameter through a window
Hi Ted and everybody!!! This is a part of my program I try to change dendrites' parameters by the modification of fiber's diameter through a window. /création d'une procédure, pour récupérer le diamètre et modifier load_file("cell.ses") if (CellBuild[0].continuous==0) { CellBuild[0].c...
- Fri Mar 28, 2008 11:20 am
- Forum: Getting started
- Topic: Changing a CellBuilder's model via hoc statements
- Replies: 3
- Views: 3027
another question
Hi Ted!
I believed that the loop's goal was to associate some parameters to the dendrite, for the use and the modeling in the CellBuilder.
So could you tell me, how to change dendrite's parameters, like number of segment or fiber's diameter in the extracellular stim ?
Thanks!
I believed that the loop's goal was to associate some parameters to the dendrite, for the use and the modeling in the CellBuilder.
So could you tell me, how to change dendrite's parameters, like number of segment or fiber's diameter in the extracellular stim ?
Thanks!
- Fri Mar 28, 2008 6:06 am
- Forum: Getting started
- Topic: Changing a CellBuilder's model via hoc statements
- Replies: 3
- Views: 3027
Changing a CellBuilder's model via hoc statements
Hi everybody!! I have some questions on its loop which it uses in extacellular stim for i=0, slist.count-1 {slist.object(i).rdses()} 0 -5.114 4.698 15.686 0 -5.114 4.688 15.686 0 -5.114 4.693 15.686 0.014 -6.367 3.241 1.4 -1.057 -8.03 2.933 1.4 -4.15 -10.015 2.255 1.4 -6.025 -14.697 2.255 1.4 -7.475...