what is the code to represent "graph" , and its adjacencey matrix in matlap??????
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Aseel H
el 24 de En. de 2014
Respondida: Walter Roberson
el 25 de En. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!