find the shortest path

2 visualizzazioni (ultimi 30 giorni)
Elysi Cochin
Elysi Cochin il 10 Apr 2019
Commentato: Walter Roberson il 13 Apr 2019
i have 2 set of coordinates S1-S25 (set 1) and D1-D10 (set2)
i have connection between coordinates
my start points are from set1 and destination points from set2
if i select start and destination points, and i can go only through the path that has connection
how to reach destination using the given path, also i need to use shortest path
eg: i need to go from S7 to D8, using the specified path

Risposta accettata

Matt J
Matt J il 10 Apr 2019
There are a number of implementations of Dijkstra's algorithm on the File Exchange,

Più risposte (2)

Kelly Kearney
Kelly Kearney il 10 Apr 2019
Take a look at graph and digraph objects; the shortestpath function provides several different algorithms to calculate this for a given graph.

Image Analyst
Image Analyst il 11 Apr 2019
See Steve Eddins's blog series on this: MathWorks Image Processing Blog
  4 Commenti
Umar Awan
Umar Awan il 13 Apr 2019
Modificato: Umar Awan il 13 Apr 2019
@Image Analyst
Thank You so much, for you help. I have one more question. sir when i extract all words they extrated randomly, i want to extract them in sequence like in image first "Name" then "Muhammad" then "Mughees" then "Raza" and so on.. can you please tell how i do this?
Walter Roberson
Walter Roberson il 13 Apr 2019
Umar Awan:
This Question is about finding shortest path. Asking about optical character recognition is off topic for this Question. You need to start your own Question.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by