Search found 4 matches

by pxl282
Tue Mar 27, 2018 9:25 pm
Forum: Getting started
Topic: MRG NEURON mechanics
Replies: 6
Views: 10226

Re: MRG NEURON mechanics

Hello ted,

Chapter 4 helped, thank you!
- Platon
by pxl282
Fri Jun 03, 2016 11:13 am
Forum: Getting started
Topic: MRG NEURON mechanics
Replies: 6
Views: 10226

Re: MRG NEURON mechanics

Hello ted, I have been following chapter 7, and it has been incredibly helpful! I asked about the process only to check that I wasn't missing something simple. I've got few differences between my output and NEURON's output, but they do exist and I'm trying to iron them out. I am most unsure of the i...
by pxl282
Tue May 31, 2016 3:32 pm
Forum: Getting started
Topic: MRG NEURON mechanics
Replies: 6
Views: 10226

Re: MRG NEURON mechanics

Hello ted, thank you for your response! If you want implicit Euler, just use the plain old implicit Euler formula. Regarding the Implicit Euler equation. Would simply m = m + mexp(v) * (minf(v)-m) where mexp(v) = 1 - exp (-deltaT / tau( v(t) ) ) //deltaT in ms be the correct implicit Euler equation?...
by pxl282
Tue May 17, 2016 6:34 pm
Forum: Getting started
Topic: MRG NEURON mechanics
Replies: 6
Views: 10226

MRG NEURON mechanics

Hello, I am working on a purely Matlab implementation of the MRG 2002 double-cable model, and have run into issues I haven't been able to resolve following the NEURON book, tutorials, papers, and forum posts I have seen. Currently, my results are similar to those given by NEURON - steady state membr...