I am attaching the excel file.
How to make heat map with 4 parameters (category) on X -axis.
7 次查看(过去 30 天)
显示 更早的评论
Hi,
I wanted to make a heat map, where I am 4 paramters in X-axis (b, ff20,ff30, dmax), whose value ranges from 0 to 1, where as Y -axis represent 0,1 represent two catchments value. I am attcahing excel sheet to it. Please somebody can help me with the code. It will be hugh helpful.
I think it will be become like 2X4 matrix.
Thanks
采纳的回答
Cris LaPierre
2021-8-24
编辑:Cris LaPierre
2021-8-24
Heat map creates a visual of a matrix where rows are Y and columns are X.
For example consider this 3x2 matrix:
data = rand(3,2)
heatmap(data)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Distribution Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!