北科大matla数学实验报告第二次.docVIP

  • 4
  • 0
  • 约1.51千字
  • 约 5页
  • 2016-11-22 发布于贵州
  • 举报
北科大matla数学实验报告第二次

《数学实验》报告 实验名称?? 数学实验第二次报告 学 院 专业班级????????? 姓??? 名???????? ?? 学??? 号??????? ? ?? 2011年10月 【实验目的】 学会用MATLAB绘制二维曲线、三维曲线、三维曲面,掌握gtext, legend, title, xlabel, ylabel等指令用法。 【实验任务】 第四章3、5、9题。 【实验程序】 1. x1=-pi:pi/100:pi; y1=x1.*cos(x1); x2=pi:pi/100:4*pi; y2=x2.*tan(1./x2).*sin(x2.^3); x3=1:0.1:8; y3=exp(1./x3).*sin(x3); subplot(131),plot(x1,y1,rp),grid on axis tight title(y1=x1cosx1) xlabel(x轴),ylabel(y轴) gtext(y1=x1cosx1) legend(y1=x1cosx1) subplot(132),plot(x2,y2,c-),grid on axis tight title(y2=x2tan(1/x2)sin(x

文档评论(0)

1亿VIP精品文档

相关文档