Generating adjacency matrix for an un-directed graph
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Christy Jackson
il 16 Mar 2016
Commentato: Christy Jackson
il 17 Mar 2016
I need to generate an adjacency matrix for an un-directed graph. I m new to matlab can someone help
0 Commenti
Risposta accettata
Steven Lord
il 16 Mar 2016
Are you using a graph object? If so, call adjacency on it. If instead you just have a list of edges, take a look at the functions sparse or accumarray.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Undirected Graphs in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!