Plot an earth map behind a contour plot
古いコメントを表示
I have a contour plot where my x-axis[0-144], and my y-axis[0:72]. I would like to have the contour lines of earth map behind my figure on the same set of axis. Thanks for help!
回答 (1 件)
Walter Roberson
2012 年 7 月 20 日
0 投票
This can be done with the Mapping Toolbox and contourm()
4 件のコメント
Yassine
2012 年 7 月 20 日
Walter Roberson
2012 年 7 月 20 日
The map you are overlaying does not need to have the same granularity as the contour matrix. The lat and lon that you pass into contourm() will indicate where on the map your data relates to.
Yassine
2012 年 7 月 20 日
Walter Roberson
2012 年 7 月 20 日
contourm(lat, lon, Z)
where lat and lon have data that only happens to span a subset of the lat and lon range for whatever map you are using.
カテゴリ
ヘルプ センター および File Exchange で Vector and Raster Map Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!