Generate new coordinates from two sets.

Hi!
I have two sets of latitude-longitude coordinates according to below:
[53.040259 9.858967];
[53.040618 9.861558];
I want to generate more coordinates between those two with a given interval of 1 meter. How can I do this?

4 个评论

Do you have the mapping toolbox?
EDIT: Actually, it seems quite easy to solve without the mapping toolbox. See this previous thread on a similar topic.
How could it be done with mapping toolbox? Is there a certain function you're thinking of?
What was wrong with interp1() like I answered below?
I found out how to do it with the mapping toolbox. It was much easier than with interp1. Thank you!

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2018-3-1
编辑:Image Analyst 2018-3-1
How about interp1()? Do it on both lat and lon separately to generate vectors for each. Or you could use linspace().

类别

帮助中心File Exchange 中查找有关 Geographic Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by