2

I need to draw a network (not a neural network) with 5 nodes and 20 directed edges (an edge connecting each 2 nodes), and I need to be able to control the thickness of each edge. Is there a toolbox in Matlab offering this?

Thanks in advance.

Pansy
  • 320
  • 1
  • 5
  • 13
  • 2
    Related: http://stackoverflow.com/questions/5804468/matlab-drawing-network-of-nodes-in-circular-formation-with-links-between-nodes/5806123#5806123 – abcd Sep 22 '11 at 21:32
  • @Pansy: do you have specific locations for the nodes, or do you want automatic layout? – Amro Sep 23 '11 at 01:54
  • Thanks. I found the solution in R http://stackoverflow.com/questions/7521381/draw-network-in-r-control-edge-thickness-plus-non-overlapping-edges/7528002#7528002 – Pansy Sep 25 '11 at 03:15

1 Answers1

1

Yes, Bioinformatics Toolbox will allow you to do this with the biograph command.

Sam Roberts
  • 23,951
  • 1
  • 40
  • 64