Search found 2 matches

by Mahozi
Tue Aug 06, 2013 7:20 am
Forum: Adding new mechanisms and functions to NEURON
Topic: How flexible is NEURON ?
Replies: 3
Views: 4360

Re: How flexible is NEURON ?

Thanks Ted, that was really helpful. Could you elaborate on this point? The not so good news, if you try to reproduce their complete model, is that they use absolute units, rather than density units, for membrane conductance and capacitance. But there are ways to deal with this. I understand the iss...
by Mahozi
Fri Aug 02, 2013 6:53 am
Forum: Adding new mechanisms and functions to NEURON
Topic: How flexible is NEURON ?
Replies: 3
Views: 4360

How flexible is NEURON ?

Hi, I have been trying to build new channels for an STG model, with functions that obey this equation : I = g m^p h^q (v-e) The activation and inactivation variables (m, h) are described by these equations : mtau(v) m' = minf(v) - m htau(v) h' = hinf(v) - h' Now the voltage dependencies for m and h ...