常见的MATLAB绘图程序.pdfVIP

  • 1
  • 0
  • 约4.55千字
  • 约 5页
  • 2021-10-25 发布于重庆
  • 举报
常见的 MATLAB 绘图程序 y=[3,7,9,1,5,2,8]; subplot(1,2,1),plot(y,linewidth,2),grid x=[3,3,9;8,1,2;1,8,5;7,9,1]; subplot(1,2,2),plot(x),xlabel(x),ylabel(y) grid on %极坐标曲线 theta=0:0.1:8*pi; polar(theta,cos(4*theta)+1/4) %对数坐标 x=0:0.1:2*pi; y=sin(x); semil

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档