Search found 1 match

by Jahanzaib
Tue Feb 25, 2020 2:50 pm
Forum: NEURON + Python
Topic: Vector Values
Replies: 2
Views: 3455

Vector Values

I am working with the model. Passing different values of GNABAR, GKBAR; GL, EL into the model and plotting the results of voltage change. The problem I am having is I cannot save this voltage value to the csv format because its in the vector from %%time t = [] v = [] i = [] for row in range(data_wit...