matlab 将两张图片在一个plot window里显示

subplot(121)
contour(magic(10));
subplot(122)
t=0:0.01:2*pi;plot(t,cos(t));

posted @ 2019-09-11 15:39  bH1pJ  阅读(87)  评论(0)    收藏  举报