matlab画柱状图

xiaoxiao2025-11-14  5

data = [0.1869, 0.1900, 0.1878, 0.1847]; b = bar(data); ch = get(b,'children'); set(gca,'XTickLabel',{'非加权聚类欧氏距离类比','非加权聚类马氏距离类比','加权聚类欧氏距离类比','加权聚类马氏距离类比'}) set(ch,'FaceVertexCData',[1 1 1;1 1 1;1 1 1;1 1 1;])

 

 

 

 

 

 

 

 

 

转载请注明原文地址: https://www.6miu.com/read-5039632.html

最新回复(0)