How to do an elevation 3d plot with maps given latitude and longitude and altitude?

11 ビュー (過去 30 日間)
yashvin
yashvin 2015 年 8 月 4 日
コメント済み: yashvin 2015 年 8 月 5 日
Hello,
This post is a continuation of
lat = [ 43 43 41 38];
lon = [116 120 126 128];
Alttiude=[10000 5000 2000 1000]
I want to plot the data in 3d overlayed on google map! Any suggestion how to do it? I am using both Matlab 2014 b and 2015a.
Thanks Yashvin

回答 (1 件)

Christiaan
Christiaan 2015 年 8 月 4 日
編集済み: Christiaan 2015 年 8 月 4 日
Dear Yashvin,
What you may could try is to use a a custom made file for the file exchange:
When you import this, you can first try to plot the google map for a range longitude and latitude and then try to use a hold on to plot the waypoints into it.
Good luck! Christiaan
  1 件のコメント
yashvin
yashvin 2015 年 8 月 5 日
Thanks for your reply Christiaan. I''ll try and get back to you! :)

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by