Matching xy coordinates from different tables

4 visualizzazioni (ultimi 30 giorni)
Keturah Palma
Keturah Palma il 14 Giu 2019
Commentato: Keturah Palma il 17 Giu 2019
I am trying to match xy coordinates from two different tables. Some of the coordinates are not exact, what can I do in my code to get the closest matching xy coordinates?
  3 Commenti
Image Analyst
Image Analyst il 15 Giu 2019
You can try pdist2() to get the distances of every point to every other point. Then just look for ones where the distance is less than some threshold you specify. Attach your table data in a .mat file if you need any more help.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by