Generate new coordinates from two sets.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Image Analyst
am 1 Mär. 2018
Bearbeitet: Image Analyst
am 1 Mär. 2018
How about interp1()? Do it on both lat and lon separately to generate vectors for each. Or you could use linspace().
0 Kommentare
Siehe auch
Kategorien
Mehr zu Geographic Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!