what is the code to represent "graph" , and its adjacencey matrix in matlap??????
Show older comments

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:
Accepted Answer
More Answers (0)
Categories
Find more on Graph and Network Algorithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!