I'm working on the research in electrical stimulation based on McIntyre axon model 2002.
I found automatic generation of action potentials without stimulus ,when I changed the value of v_init both in MRGaxon.hoc and MRGaxon.ses
Code: Select all
proc model_globels() {
celsius=37
v_init=-75 //mV// > -75 self original :-80
dt=0.005 //ms//
tstop=10
Code: Select all
STIN[i]{
nseg=1
diam=fiberD
L=interlength
Ra=rhoa*(1/(axonD/fiberD)^2)/10000
cm=2*axonD/fiberD
insert pas
g_pas=0.0001*axonD/fiberD
e_pas=v_init //-80
insert extracellular xraxial=Rpx xg=mygm/(nl*2) xc=mycm/(nl*2)
}
e_pas = -80 in three lines (number 93, 106, 119) in MRGaxon.hoc.
I'm confused whether v_init can't be changed?
Could someone assist me with that?
Thanks.
Regards