Generate new coordinates from two sets.

2 ビュー (過去 30 日間)
Hampus Alfredsson
Hampus Alfredsson 2018 年 3 月 1 日
コメント済み: Hampus Alfredsson 2018 年 3 月 2 日
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 件のコメント
Image Analyst
Image Analyst 2018 年 3 月 2 日
What was wrong with interp1() like I answered below?
Hampus Alfredsson
Hampus Alfredsson 2018 年 3 月 2 日
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().

カテゴリ

Help Center および File ExchangeGeographic Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by