Search found 6 matches

by noorubm
Sun Sep 11, 2011 5:49 pm
Forum: Other questions
Topic: segmentation fault
Replies: 1
Views: 1529

segmentation fault

Hello, I'm running a set of NEURON simulations on a i686 linux system. At the beginning of my program, it opens a new file and then uses .aopen to append data to it as the simulation progresses. When I run my program without the actual simulations (so it finished running pretty much instantly) the I...
by noorubm
Sun Dec 19, 2010 12:33 am
Forum: Optimization
Topic: Optimizing Integer Increment
Replies: 2
Views: 15205

Re: Optimizing Integer Increment

thank you so much. I wrote a loop and it works fine.
by noorubm
Thu Dec 16, 2010 5:00 pm
Forum: Optimization
Topic: Optimizing Integer Increment
Replies: 2
Views: 15205

Optimizing Integer Increment

Hello,

I have a question about the optimizer tool in Multiple Run Fitter. I would like to vary one of the parameters as an integer. Please let me know if there is an way to do that.

Thank you in advance.

Yamin
by noorubm
Tue Jul 27, 2010 4:04 pm
Forum: Modeling networks
Topic: Network with two cells and graded synapses
Replies: 1
Views: 1814

Network with two cells and graded synapses

Hello Again, I've built a network model of two neurons. I would like to insert two graded synapses that have identical parameters and then optimize the model. I wrote a code to set the parameters of the two graded synapses, syn1 and syn2, equal. When I run the program, it doesn't give me any error, ...
by noorubm
Wed Jun 02, 2010 11:37 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: Graded synapse using NMODL
Replies: 2
Views: 2195

Re: Graded synapse using NMODL

Thank you so much. It worked as soon as used vpre in the expression.

Yamin
by noorubm
Sat May 22, 2010 12:50 am
Forum: Adding new mechanisms and functions to NEURON
Topic: Graded synapse using NMODL
Replies: 2
Views: 2195

Graded synapse using NMODL

Hello, I'm a recent NEURON user. I'm trying to model graded synapse using NMODL. Here is the code. : Graded Synaptic Transmission NEURON { POINT_PROCESS GradSyn POINTER vpre RANGE e, gmax, x0, dx, g, i NONSPECIFIC_CURRENT i } UNITS { (nA) = (nanoamp) (mV) = (millivolt) (uS) = (microsiemens) } PARAME...