Scale free Network

Moderator: wwlytton

Post Reply
Albero
Posts: 10
Joined: Wed Feb 15, 2012 4:03 am

Scale free Network

Post by Albero »

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

Re: Scale free Network

Post by ted »

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.
Albero
Posts: 10
Joined: Wed Feb 15, 2012 4:03 am

Re: Scale free Network

Post by Albero »

I found what i was searching in the matrix class, thank you
Post Reply