Scale free Network
Moderator: wwlytton
Scale free Network
I need to build a network with scale free connection. I have a matlab script that generates a .dat file rapresenting a scale free connection matrix, how can i load this .dat file in neuron in the form of a Matrix object?
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Scale free Network
Easiest way to get data into NEURON is to write the data as plain text, then use NEURON to read the contents of the text file. See the Programmer's Reference for documentation of the File class and the relevant methods (read() etc.) of the Vector and Matrix classes.
Re: Scale free Network
I found what i was searching in the matrix class, thank you