民航大学微实习实验报告及Matlab程序.docVIP

  • 16
  • 0
  • 约3.74万字
  • 约 11页
  • 2017-01-01 发布于河南
  • 举报

民航大学微实习实验报告及Matlab程序.doc

微机应用实习报告 学院:航空自动化学院 班级:091143C 学号:091143311 姓名: 指导老师: 实习时间:2012年3月12日 2012年3月16 实习内容 第一题:用switch……case开关结构得出各月份的季节。 程序如下: month=input(please input a number\n); switch (month) case {3,4,5} season=This month is spring; case {6,7,8} season=This month is summer; case {9,10,11} season=This month is autumn; case {12,1,2} season=This month is winter; otherwise season=wrong; disp(wrong) end disp([ season]) 运行结果如下: please input a number 8 This month is summer 第二题:求积分(+2+)dxdydz 程序如下: clear; syms x y z; fun=x^2+2*y^2+z^2; s=int(int

文档评论(0)

1亿VIP精品文档

相关文档