How to add an aditional top x-axis description in a Heatmap figure and repeat xlabel values?

3 次查看(过去 30 天)
Dear all, I am trying to plot to following heatmap (Image changed to comply to the desired output):
DesiredHeatMap.png
the problems that I am facing are:
1) I cannot repeat xlabes values (have duplicate values in the xlabel)... I get the error:
Error using heatmap (line 53) Vector of x values contains duplicate values.
bat_simp = heatmap(xval,yval,B);
2) I cannot manage to find a way to add another top x-values label ('Present', 'Future A', and 'Future B')
Any Ideas on how to get around these problems?
Best wishes,
Luan

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Distribution Plots 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by