Combining axon and dendrite models in Rdesigneur
Created by: ishanseth18
Hi, I am having some trouble getting both the dendrites and the axons in one model using rdesignuer. Currently, I am trying to use the following line to combine the separate models:
cellProto = [['ballAndStick', 'soma', 20e-6, 20e-6, 4e-6, 500e-6, 10], ['elec','axon'] ],
However, this gives me the result of showing either the dendrite model or the axon model, which is not what I want.
Given that only one model runs at a time with the code I am currently running, am I correct in thinking that only one 'cellProto' can be run at a time?
More importantly, how can I get.a model working that has both the dendrites and the axons involved?
Thanks so much.