what is the code to represent "graph" , and its adjacencey matrix in matlap??????
Ältere Kommentare anzeigen

adjacency matrix A, de¯ned by A(i; j ) = 1; if i and j are connected;
= 0; if there is no connection between i and

j:
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Graph and Network Algorithms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!