标签: matlab plot bar-chart matlab-figure
我尝试使用此代码在条形图底部获取分类标签:
c = categorical({'apples','oranges','pears'}); prices = [1.23 0.99 2.3]; bar(c,prices)
在MATLAB文档中,声称轴的底部标有c中的类别。相反,我只看到底部的1,2,3。我的设置有问题吗?
c
答案 0 :(得分:1)
此功能仅在Matlab 2017a中引入。正如您所见,{2016}文档中没有here: