Plotting wind field data on top of a Geographic map
9 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
sai charan sampara
2023 年 12 月 8 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Geographic Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!