Distance within radius from a point (Lat,lon)

7 次查看(过去 30 天)
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?

回答(1 个)

Image Analyst
Image Analyst 2020-12-19
sqrt()
  7 个评论
Ivan Mich
Ivan Mich 2021-1-1
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 2021-1-1
Yes, you need to convert. I don't have the deg2km() function so you'll just have to read the help on it.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Computational Geometry 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by