Plot trajectories on a contour map

5 ビュー (過去 30 日間)
C G
C G 2018 年 7 月 20 日
コメント済み: C G 2018 年 7 月 20 日
I am wanting to do a few different things.
Is there a way that I can plot a trajectory over the contour map of Antarctica and have it centered on a specific location, set by Lat, Long?
I can call up a lima map fairly and plot my trajectories fairly easily. I can't seem to be able to do this on a contour map, which would make my tracks a little more interesting. I can't even seem to focus it on a specific location.
For a more advanced trick, is there a way to plot my tracks in 3D over something like a surface bedrock map? I have lat, long, and altitude all along the tracks.
Is there a way to do these things using the Antarctic Mapping tools?
  2 件のコメント
KSSV
KSSV 2018 年 7 月 20 日
YOu can very much do it..
C G
C G 2018 年 7 月 20 日
Examples? To which part are you referring? Here is the code for the contour map.
[lat,lon,sfz] = bedmap2_data('sfz','res','5 km');
contourfps(lat,lon,sfz,0:200:5000,'km')
cb = colorbar;
ylabel(cb,'surface elevation (m)')
clabel(C,h,'LabelSpacing',300,'fontsize',8)
My marker should be placed at -71.2, 111.3, elevation 2690m. My tracks are 121-240 lines long. Will this matter?

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

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by