필터 지우기
필터 지우기

How can I create a temperature colormap over a global map with temperature data from lat/lon

조회 수: 2 (최근 30일)
Hi, I am very new to this.
I am looking to make a colormap using temperature data for every lat/lon and plot in on a global map.
For now, I plot my map and the lat/lon but I don't know how to created a temperature map with the data...
I have 3 matrix of 180x360 for the lat, the lon and the temp.
Thank you

채택된 답변

Adam Danz
Adam Danz 2020년 9월 13일
편집: Adam Danz 2020년 9월 13일
where x and y are your lon and lat data and C are your temp data.
It's always a good idea to specify the axes, too.
  댓글 수: 2
A LL
A LL 2020년 9월 13일
I used pcolorm and I think it works!
Thank you for your answer
Adam Danz
Adam Danz 2020년 9월 13일
편집: Adam Danz 2020년 9월 13일
Even better, good choice!
Consider adding it as an (accepted) answer.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Colormaps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by