what is the code to represent "graph" , and its adjacencey matrix in matlap??????
1 view (last 30 days)
Show older comments
Aseel H
on 24 Jan 2014
Answered: Walter Roberson
on 25 Jan 2014
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:
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!