MATLAB将多个图画在同一个图中并标注(a)(b)(c)(d)
subplot(2,2,1);stem(x1),'ko-');xlabel({'横坐标';'(a)'});
subplot(2,2,2);stem(x2),'ko-');xlabel({'横坐标';'(b)'});
subplot(2,2,3);stem(x3),'ko-');xlabel({'横坐标';'(c)'});
subplot(2,2,4);stem(x4),'ko-');xlabel({'横坐标';'(d)'});
因篇幅问题不能全部显示,请点此查看更多更全内容