Extracting data that overlaps with particular longitude and latitude

4 views (last 30 days)
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 Comment
Walter Roberson
Walter Roberson on 4 Feb 2014
Is it possible that one of the probe areas will correspond to an area that crosses the north or south pole ?

Sign in to comment.

Answers (0)

Categories

Find more on Data Types 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!