Add captions to the lines and a title to the plot. ... y=[15 11 15 1817 14114 1]; >> x=linspace(41,51,10); >> subplot(1,2,1) >> bar(x,y) >> xlabel('Value') ...
確定! 回上一頁