Search found 8 matches

by ahajj
Thu Aug 24, 2006 12:06 pm
Forum: Other questions
Topic: Insert noise in neurons membrane
Replies: 1
Views: 3548

Insert noise in neurons membrane

I want to insert poisson noise in my neuron network membranes. I did not find how to do it. I only found how to create a current with noise.

Thx again

Antoine
by ahajj
Fri Jul 14, 2006 2:54 pm
Forum: Other questions
Topic: Use record with NetCon by a proc call
Replies: 2
Views: 4430

I found how to do it.
Here how :
savdata.wopen($s1)
With $s#, you can put a string

So now, I can do rec(desired_string)

For more info about procedure go to
http://www.neuron.yale.edu/neuron/stati ... #arguments
by ahajj
Fri Jul 14, 2006 11:48 am
Forum: Other questions
Topic: Use record with NetCon by a proc call
Replies: 2
Views: 4430

Use record with NetCon by a proc call

Hi, to undertand my question, here's a part of my code proc rec() { savdata.wopen("FSP_freq_graph.m") ... } I would like to use this procedure by typing in the command window rec("desired_file_name.anything") I tried this savdata.wopen($1) //but it don't work (seem that neuron on...
by ahajj
Mon Jun 26, 2006 10:27 am
Forum: Specific models
Topic: Intrisic bursting
Replies: 0
Views: 17537

Intrisic bursting

Hi, I am trying to find a model of Intrinsically bursting (IB) neuron ( also called mixed mode). These neuron are located in the mitral cells.

I have only found one model :
http://senselab.med.yale.edu/SenseLab/M ... mixed-mode

Thank You
by ahajj
Thu Jun 22, 2006 2:53 pm
Forum: Other questions
Topic: Subscript out of range and Segment ation violation error?
Replies: 9
Views: 10681

Sorry to be annoying Raj, When you said that I must use the same construction with variations for all the cvode.event statements, you mean that i should change all the cvode.event too the fallowing construction strdef ..... sprint.... execute..... Where can i find a tutorial about this contruction (...
by ahajj
Thu Jun 22, 2006 12:58 pm
Forum: Other questions
Topic: Subscript out of range and Segment ation violation error?
Replies: 9
Views: 10681

Raj, dank u voor het snelle antwoord (in dutch)

But I get an parse error on this line

Code: Select all

sprint(myCVodeEventString.("cvode.event(START,\"seti(%d)\")",i))
Thank you in advance
by ahajj
Thu Jun 22, 2006 10:22 am
Forum: Other questions
Topic: Subscript out of range and Segment ation violation error?
Replies: 9
Views: 10681

Subscript out of range and Segment ation violation error?

Hi, I found this fallowing code in the forum and I am having problems. Here's a part of my code // Insert stimulation objref stim[ncells] for i=0, ncells-1 sIN[i].soma { stim[i] = new IClamp(0.5) } DUR = 0.1 // ms, duration of each pulse AMP = 0.1 // nA START = 5 // ms, time of first pulse INTERVAL ...
by ahajj
Fri Jun 16, 2006 10:43 am
Forum: Other questions
Topic: How to find the spike frequency
Replies: 4
Views: 8557

How to find the spike frequency

Hi, I would like to know if Neuron is capable of finding the spike frequency of a stimulation. If yes, how?

Thank you