what is the code to represent "graph" , and its adjacencey matrix in matlap??????
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Aseel H
il 24 Gen 2014
Risposto: Walter Roberson
il 25 Gen 2014
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/155572/image.png)
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/155573/image.png)
j:
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!