matlab里figure(1),subplot(121)

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/07 06:31:13
matlab里figure(1),subplot(121)

matlab里figure(1),subplot(121)
matlab里figure(1),subplot(121)

matlab里figure(1),subplot(121)
figure(1)与figure的作用一样,建立一个新的图形
subplot(a,b,c)中a代表所画图形的行数
b代表所画图形的列数
c代表所画图形的序号