How to create a graph with X:Y coordinates and values and then find the shortest path?

1 vue (au cours des 30 derniers jours)
I have array with X:Y coordinates(400k), and i have another array of values for each pair of X:Y. Then i plotted points on the map with their values(in attach). I need to create graph with these points and find the shortest path from one random point to another point. Are there any ways to solve this problem without using adjacency matrix? Or how can i get this matrix?
  3 commentaires
Vlad Bibikov
Vlad Bibikov le 16 Mai 2021
I have 416609x1 var for Y coordinate and i have 416609x1 var for Y coordinate. I plotted these points. Also i have 416609x1 var with values for each. Points colored according to their values. Min value 0, max 20. For example, points with 0 are blue on the map, red ones with 20. I need to find a shortest way from one point to other point on the map. I attached example of x,y and values arrays
Chad Greene
Chad Greene le 19 Mai 2021
There is some confusion because this looks like gridded data. It is unclear why you would want to find the shortest path between gridded data.
Regardless of whether or not the data are gridded, the text of your question suggests that you are talking about a traveling salesman problem. Google that phrase and you may be able to find the solution you're looking for. I know several solutions exist for it on the File Exchange.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Construction dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by