Plotting wind field data on top of a Geographic map
조회 수: 10 (최근 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!