why this does not return adjacency matrix?
Is there any way to extract the adjacency matrix into m file so that it can be use to calculate other things related to graph?
Comment only
21 Nov 2007
Adjacency Matrix GUI
GUI for drawing a graph and displaying an adjacency matrix for it.
pedro perez
Really nice. It would be useful to have the possibility to draw simple digraphs and export the resulting matrix somehow
4
07 Oct 2005
Adjacency Matrix GUI
GUI for drawing a graph and displaying an adjacency matrix for it.
Ken Herrington
Works well!
suggestions: allow input for weights besides multiple edges.
I'm looking for (will write if cannot find) a gui that takes an adjacency martix and displays a network. Your code provides a good approch to look into.
4
17 Mar 2005
Adjacency Matrix GUI
GUI for drawing a graph and displaying an adjacency matrix for it.
Xenya Petrova
It's really pretty, but why don't
you return a result such as
M=adj_matrix_gui ?
Comment only