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 CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by