如何将无穷大符号添加到Matlab 条形图的X 轴? ... data=[1 2 3; 1 3 4; 3 1 2]; bar(data) set(gca,'YLim',[0 3]) set(gca,'YTick',[0:0.5:3]) set(gca, 'YTickLabel' ...
確定! 回上一頁