Effacer les filtres
Effacer les filtres

Plot an earth map behind a contour plot

6 vues (au cours des 30 derniers jours)
Yassine
Yassine le 20 Juil 2012
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!

Réponses (1)

Walter Roberson
Walter Roberson le 20 Juil 2012
This can be done with the Mapping Toolbox and contourm()
  4 commentaires
Yassine
Yassine le 20 Juil 2012
can you give me an example please?
Walter Roberson
Walter Roberson le 20 Juil 2012
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.

Connectez-vous pour commenter.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by