Page 1 of 1
data structures
Posted: Thu Jun 14, 2007 2:52 pm
by JZ
Is there any way to put objects (such as synapses or point processes) into a matrix? I know that the built-in Matrix object will only hold numbers...
Posted: Thu Jun 14, 2007 6:26 pm
by ted
Multiply dimensioned arrays of objrefs can be declared. See
http://www.neuron.yale.edu/neuron/stati ... n/obj.html
Note that such an array is not a matrix. Also, collections of objects are generally best
managed with Lists.