Convert 2D heatmap to 3D bar plot
显示 更早的评论
Hi All!
I have a heatmap (attached below, made using imagesc) which represents the average result of 10 simulations. I would like to include the standard deviation for each parameter combination as well. What I would like to make is a 3D bar plot where the height of the bars corresponds to the standard deviation of a specific parameter combination and the color of the bars is the same as in the 2D heatmap. How could I achieve this?
Thank you for your help in advance!

回答(1 个)
Cris LaPierre
2025-2-11
0 个投票
There are two approaches I can think of, but they requrie some manual formatting. Both use bar3.

2. Assign a solid color to each bar based on height.
类别
在 帮助中心 和 File Exchange 中查找有关 Data Distribution Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!