Interpolate multiple geographic coordinates in simple way
1 次查看(过去 30 天)
显示 更早的评论
hello:)
I have latitude and longitude dataset(ex. lon = [126,125,124,123...], lat = [40,39,38,37...]) which are recorded every 4 seconds.
but I want to interpolate this lat,lon dataset into every seconds to look like the data are recorded every 1 seconds.
is there anyway to interpolate this data without using too many for loops?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!