Extracting data that overlaps with particular longitude and latitude
4 次查看(过去 30 天)
显示 更早的评论
I have two matrices, one contains data about samples collected (each row represents a sample and the columns different pieces of information for that sample eg. longitude and latitude where it was collected) and the other contains particular points of interest (one column contains latitude and the other longitude with each row being a point of interest). I need to find which samples are at these particular interest points (so the longitude and latitude of the sample is the same as one of the rows of the data containing the particular points of interest). How do I go about finding which samples (rows) were collected at the points of interest and then create a new matrix containing only the information of the samples found at the points of interest?
Thanks,
Natalie
1 个评论
Walter Roberson
2014-2-4
Is it possible that one of the probe areas will correspond to an area that crosses the north or south pole ?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!