Find distance between nodes

7 vues (au cours des 30 derniers jours)
Tha saliem
Tha saliem le 3 Juin 2017
Commenté : Waseem AL Aqqad le 24 Jan 2021
Hi i have a dataset of 1853 rows and 2 columns, sample of dataset is as follows:
1 105
1 104
2 1100
10 1165
813 1320
15 105
19 90
105 813
i want to create a graph to find distance between each node from other. For example if i enter input node 1, it will show that distance between 1 and 105 is 1, and between 1 and 813 is 2 (because it will come next to 105). and between 1 and 1320 is 3. (as shown in image below). and similarly for other nodes.
Any help will be greatly appreciated.

Réponse acceptée

Walter Roberson
Walter Roberson le 3 Juin 2017
To get the tree of distances from a node like you show, see https://www.mathworks.com/help/matlab/ref/graph.shortestpathtree.html
  4 commentaires
Tha saliem
Tha saliem le 4 Juin 2017
Thanks alot.
Waseem AL Aqqad
Waseem AL Aqqad le 24 Jan 2021
Thank you, Walter.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by