Files @ 0f3a4ccb62ea
Branch filter:

Location: AENC/switchchain/cpp/showgraphs.m - annotation

0f3a4ccb62ea 214 B application/vnd.wolfram.mathematica.package Show Source Show as Raw Download as Raw
Tom Bannink
Add generation of random degree distribution and split cpp file
(* ::Package:: *)

gsraw=Import[NotebookDirectory[]<>"graphdata.m"];


gs=Map[Graph[#,GraphLayout->"CircularEmbedding"]&,gsraw];
gs2=Map[Graph[#,GraphLayout->Automatic]&,gsraw];


Grid[Partition[gs,10],Frame->All]