How to make a geographic heatmap ? If its not possible, how to create a heatmap chart based on average data of each of my variable?

조회 수: 2 (최근 30일)
So these are the river that flows from upstream to downstream. And the attachment files are the heavy metals concentration of each station. Is it possible to create a geographic heatmap based on the average concentration of the heavy metals concentration, according to its date taken? I want to show which station along the river have the highest and lowest concentration of heavy metals. And also I didn't found yet any geograpic heatmap analysis in MATLAB for this kind of heatmap. And if its not possible, how to create a heatmap chart same as what i mentioned just now, but not in geographic heatmap, just heatmap chart?
  댓글 수: 3
Isyraf
Isyraf 2022년 8월 11일
Oh im sorry, not average value, but point data according to its date. I want to show the heatmap of the concentration of heavy metals on each station from 37 until 1, not including the costal areas (B1 - D4).

댓글을 달려면 로그인하십시오.

답변 (1개)

Balavignesh
Balavignesh 2023년 9월 18일
Hello Isyraf,
I understand that you are interested in creating a geographic heatmap based on your data. If that is not possible, you would like to create just the heatmap chart without the geographic map.
I suggest you try using functions such as 'geobubble', 'geodensityplot', 'geoplot', 'geoscatter', or 'geodensityplot' to achieve your desired visualization. I recommend you refer to the following documentation for more details on visualizing data on maps:
I came across a similar question in the MATLAB community that provides detailed examples on how to create a heatmap. I recommend referring to the answer in the following link for more information: https://www.mathworks.com/matlabcentral/answers/722079-generate-a-geographical-heat-map
I hope this helps.

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by