data structures
data structures
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...
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
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.
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.