how to make a spatial plot?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hi everybody, i have 3 data sets, latitude,longitude,and rain how to make spatial distribution plot for rain in a certain region. please help
0 commentaires
Réponse acceptée
lvn
le 15 Avr 2014
Assuming your dataset are vectors, you could simply make a scatterplot
scatter(longitude, latitude, 5, rain);
Alternatively, you can grid your data with griddata and make a contourplot with contourf.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur HDF5 dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!