Matching xy coordinates from different tables

3 ビュー (過去 30 日間)
Keturah Palma
Keturah Palma 2019 年 6 月 14 日
コメント済み: Keturah Palma 2019 年 6 月 17 日
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 件のコメント
Image Analyst
Image Analyst 2019 年 6 月 15 日
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.
Keturah Palma
Keturah Palma 2019 年 6 月 17 日
I dont have a lot in my code so far

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDescriptive Statistics and Visualization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by