A program that finds the same coordinate
Show older comments
Hi,
Could someone help me find a program or function that checks if there is a matching coordinate pair in this coordinate list?
The matrix used are like this one.
XY = [0 0;
1 0;
2 0;
3 0;
0 -1;
1 -1;
2 -1;
3 -1];
Thank you so much!
1 Comment
Tommy
on 20 Apr 2020
If you are perhaps looking to compare pairs of coordinates, rather than compare the values within each pair:
Accepted Answer
More Answers (0)
Categories
Find more on General Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!