How to create a geographic world map of grided data in matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello everyone!
I have a matrix which looks as shown in figure below.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/617373/image.jpeg)
The first two columns indicate the longitude-lattitude of the world. The third column indicates some value of a parameter (let's say temperture).
I want to create a world map, where the different values of the temperature can be indicated by some color values. Can anyone help me in doing that?
thank you in advance.
댓글 수: 0
답변 (1개)
Pranav Verma
2021년 5월 17일
Hi Kumar,
From your question I understand that you need a function that can plot plot points on the world map and indicates temperature ranges. Please refer to the geobubble function in MATLAB. A nice illustrative example is provided in the same documentation that I think is in lines with your requirement.
Thanks
댓글 수: 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!