MATLAB--繪圖1

%多圖繪製 x=0:0.1:2*pi; y1=sin(x); y2=cos(x); y3=sin(x).*cos(x); y4=1./x; % %subplot(n1,n2,n3)n1表示行數n2,表示列數,n3表示第幾幅圖 % subplot(2,2,1) % plot(x,y1) % title('sin') % subplot(2,2,2) % plot(x,y2) % title('cos
相關文章
相關標籤/搜索