clear clc x = 1: 20; y = 24.2:0.2:28; subplot(2,2,1) plot(x,y,'+-') title('LineWidth = 3') set(gca, 'LineWidth',3) subplot(2,2,2) plot(x,y,'+-') title('LineWidth = 2') set(gca, 'LineWidth',2) subplot(2,2,3) plot(x,y,'+-') title('LineWidth = 1') set(gca, 'LineWidth',1) subplot(2,2,4) plot(x,y,'+-') title('LineWidth = 0.5') set(gca, 'LineWidth',0.5)clear clc x = 1: 20; y = 24.2:0.2:28; subpl 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交