Distance within radius from a point (Lat,lon)

7 visualizaciones (últimos 30 días)
Ivan Mich
Ivan Mich el 19 de Dic. de 2020
Comentada: Image Analyst el 1 de En. de 2021
I have a question.
I have a point with a specific latitude anfd longtitude. From this point I would like to find different points within the radius of 20 km.
Which command should I use?

Respuestas (1)

Image Analyst
Image Analyst el 19 de Dic. de 2020
sqrt()
  7 comentarios
Ivan Mich
Ivan Mich el 1 de En. de 2021
Thank you. But I have one last question. I should convert degrees to km right?
I used to use the following function:
DISTANCE=(deg2km(distance(lat1,lon1,lat,lon)));
How could I input the above function in your solution?
Image Analyst
Image Analyst el 1 de En. de 2021
Yes, you need to convert. I don't have the deg2km() function so you'll just have to read the help on it.

Iniciar sesión para comentar.

Categorías

Más información sobre Computational Geometry en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by