Search found 4 matches
- Thu Dec 14, 2023 2:50 am
- Forum: Modeling networks
- Topic: How to record variables of SEClamp adding to a soma?
- Replies: 1
- Views: 33909
How to record variables of SEClamp adding to a soma?
I have created a simple soma,adding pas and seclamp(i_i in the code) to it, using play() to specify the seclamp.rs. I try to record all the seclamp variables,such as ,i,rs,vc,amp1. finally, I plot the variables using matlab, however, the value does not match the one that is specified in the code. As...
- Tue May 16, 2023 11:43 pm
- Forum: Getting started
- Topic: How to Interpret Simulation Results
- Replies: 1
- Views: 42395
How to Interpret Simulation Results
I am just learning to use neuron to simulate real Drosophila neurons and encountered some confusion at the beginning. Supposing I create a new cell body, add the passive attribute pas, add the current stim, specify e_pas and g_pas, and stim.amp, and use the default for others parameter. I can get th...
- Mon May 15, 2023 10:40 pm
- Forum: NetPyNE
- Topic: LIF neuron model with GABA/AMPA/NMDA conductances
- Replies: 7
- Views: 50097
Re: LIF neuron model with GABA/AMPA/NMDA conductances
thank you 😊ted wrote: ↑Mon May 15, 2023 2:36 pm Here is the file you wanted
https://www.neuron.yale.edu/ftp/ted/neuron/spdemo.zip
- Mon May 15, 2023 12:42 am
- Forum: NetPyNE
- Topic: LIF neuron model with GABA/AMPA/NMDA conductances
- Replies: 7
- Views: 50097
Re: LIF neuron model with GABA/AMPA/NMDA conductances
Based on my readings, I am supposed to build a point_process cell using the NMODL programming language. I don't know what your readings are, but good luck with implementing such an artificial spiking cell completely in NMODL. The easy ones have already been done. This a LIF neuron model with GABA/A...