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

8 ビュー (過去 30 日間)
Isyraf
Isyraf 2022 年 8 月 13 日
回答済み: Animesh 2023 年 9 月 22 日
So these are the river that flows from upstream to downstream and the numbers are the stations. And the attachment files are the heavy metals concentration of each station. Is it possible to create a geographic heatmap based on the 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 by showing a heatmap of each station for its heavy metal concentration. I only focus on the station along the river, not including the costal areas (B1 - D4). And also I didn't found yet any geograpic heatmap analysis in MATLAB for this kind of heatmap. Is it possible to make the coding for that?
  3 件のコメント

サインインしてコメントする。

回答 (1 件)

Animesh
Animesh 2023 年 9 月 22 日
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: https://www.mathworks.com/help/matlab/geographic-plots.html
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 Center および File ExchangeData Distribution Plots についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by