distances between coordinates

6 views (last 30 days)
MOHD KHAIRUL BAZLI
MOHD KHAIRUL BAZLI on 11 Jun 2012
Answered: Chad Greene on 19 Nov 2014
hi guys,
I have a problem. I have a set of coordinates in latitude and longitude system, like about 95 coordinates and i arranges it in matrix 95x2. so i would like to find the distances between each coordinates and makes the distances in matrix 95x95. can anybody help me?
  1 Comment
Walter Roberson
Walter Roberson on 11 Jun 2012
Which distance measure?
For example do you want to simplify as if it was a sphere and you want to find the great circle distances? Or do you want the WGS-84 model? Do you want to include altitude in your calculations?

Sign in to comment.

Answers (1)

Chad Greene
Chad Greene on 19 Nov 2014
First, convert lat/lons into some projected x/y using an appropriate projection. After projecting lat/lon to x/y, coordinates will be in units of meters or feet and you can use John D'Errico's ipdm function to get the inter-point distance matrix.

Products

Community Treasure Hunt

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

Start Hunting!