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

3 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Adam Danz
Adam Danz le 13 Sep 2020
Modifié(e) : Adam Danz le 13 Sep 2020
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 commentaires
A LL
A LL le 13 Sep 2020
I used pcolorm and I think it works!
Thank you for your answer
Adam Danz
Adam Danz le 13 Sep 2020
Modifié(e) : Adam Danz le 13 Sep 2020
Even better, good choice!
Consider adding it as an (accepted) answer.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by