Hi,
I'm trying to do a parameter change in one of my models. I'm doing it in matlab and neuron, first I create the parameters combinations in matlab and for each one, I call the neuron, where run the simulation. But I have observed that some parameters never change in my model done in neuron. I will explain:
The file is read in this way:
objref fobj
fobj = new File()
fobj.ropen("newparam.dat")
a = fobj.scanvar()
b = fobj.scanvar()
c = fobj.scanvar()
d = fobj.scanvar()
e = fobj.scanvar()
f = fobj.scanvar()
ok, this is working, but the new variables (a, b, c, d, e, f) aren't seen in the cell model. I have tried different ways of read the file and it's not the problem. What I need is that the parameters of this file are attributed in conductances, like that:
proc biophysics () {
forsec soma {
insert hh
gna_hh = a
gk_hh = b
.
.
.
I don't know if I was clear...
Anyway I'm waiting your answer!
Thank you very much!
Denise Arruda
Computational Neuroscience Laboratory
USP – Ribeirão Preto - Brazil
