NetLogo / NW-Extension

This is the NetLogo Network Extension. For general information about NetLogo, see:
http://ccl.northwestern.edu/netlogo/
Other
62 stars 25 forks source link

Adjacency matrix order #152

Closed ThomasCNotts closed 9 years ago

ThomasCNotts commented 9 years ago

If I run:

nw:save-matrix "GraphName.csv"

will the nodes be in turtle number order? Will the first row/column in the adjacency matrix ouput be Turtle 0?

If they are, how do I then output the values of a turtle-own variable in turtle number order? Does file-write output in turtle number order?

Thank you,

Thomas

SethTisue commented 9 years ago

duplicate of #151?

qiemem commented 9 years ago

This is indeed a duplicate.