Plotting wind field data on top of a Geographic map
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone,
I would like to plot my wind field data on geograpic map.
I can use the quiver function, however - it just plots it as a 2D without topography, borders, cities etc - just blank.
How can I do it with geobasemap, (for instance)?
My u, v, lat, long are all vectors and a type of double.
I will appiricate your help!
0 commentaires
Réponses (1)
sai charan sampara
le 8 Déc 2023
Hello Shai,
I understand that you are trying to plot wind field data on top of geographic map.
You can do this by using the “geoplot” function in MATLAB. “geoplot” function takes in latitude and longitude data and plots geographic map corresponding to those locations. “geobasemap” property can be set to required values like “streets”, etc based on requirement. Once this map is plotted, using “hold on” the wind data can be plotted as a line plot on top of it.
You can refer to the below documentation to learn more about “geoplot”:
0 commentaires
Voir également
Catégories
En savoir plus sur Geographic Plots 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!