필터 지우기
필터 지우기

Plot an earth map behind a contour plot

조회 수: 6 (최근 30일)
Yassine
Yassine 2012년 7월 20일
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
Walter Roberson 2012년 7월 20일
This can be done with the Mapping Toolbox and contourm()
  댓글 수: 4
Yassine
Yassine 2012년 7월 20일
can you give me an example please?
Walter Roberson
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.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by