1,一个figure画多个子图:. figure(10) % define figure subplot(2,2,1); % subplot(x,y,n)x表示显示的行数,y表示列数,n表示第几幅图片 plot(...);
確定! 回上一頁