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?
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.