Calculating a Network's Diameter

29 vues (au cours des 30 derniers jours)
Nikitas Provatakis
Nikitas Provatakis le 3 Déc 2018
Hi everyone,
I have a graph, G on which I have a applied the distances function such that
d=distances(G);
to get the matrix of shortest path distances between every node pair.
I would like someone to verify that the network diameter can be calculated as
max(d);
and the mean path length of the network as
mean(mean(d));

Réponse acceptée

Greg Heath
Greg Heath le 3 Déc 2018
mean(d(:))
Hope this helps
Thank you for formally accepting my answer
Greg

Plus de réponses (0)

Catégories

En savoir plus sur Networks dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by