MATLAB之其他形式的二維曲線

  x=0:0.1:10; y=1./x; subplot(2,2,1); >> plot(x,y) >> title('plot(x,y)'); >> subplot(2,2,2); >> semilogx(x,y) >> title('semilogx(x,y)'); >> grid on >>  subplot(2,2,3); >>  semilogy(x,y) >> title('semi
相關文章
相關標籤/搜索