How to do an elevation 3d plot with maps given latitude and longitude and altitude?
이전 댓글 표시
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
2015년 8월 4일
편집: Christiaan
2015년 8월 4일
0 개 추천
Dear Yashvin,
What you may could try is to use a a custom made file for the file exchange:
- http://www.mathworks.com/matlabcentral/fileexchange/24113-get-google-map
- http://www.mathworks.com/matlabcentral/fileexchange/34694-kml-toolbox-v2-7
- http://www.mathworks.com/matlabcentral/fileexchange/12954-google-earth-toolbox
- http://www.mathworks.com/matlabcentral/fileexchange/20031-google-earth-com-api--example-
- http://www.mathworks.com/matlabcentral/fileexchange/19235-google-maps-loader
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
카테고리
도움말 센터 및 File Exchange에서 3-D Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!