东南大学Matlab作业1.docVIP

  1. 1、本文档共64页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
东南大学Matlab作业1

Matlab Worksheet 1 Part A Get into Matlab: Use the diary command to record your activity in to a file: diary mydiary01.doc before you start your work. (And diary off to switch off your diary when you finish your work.) At the Command Window assign a value x=10, then use the Up Key ↑ to repeat the expression, editing it to show the effect of using a semicolon after the 10, namely x=10; Answers: x=10 x = 10 x=10; Confirm whether the following names of variables are acceptable: Velocity Yes No Velocity1 Yes No c) Velocity.1 Yes No Velocity_1 Yes No Velocity-01 Yes No velocityONE Yes No g) 1velocity Yes No Answers: (1)legal variable names : a) Velocity b) Velocity1 d) Velocity_1 f) velocityONE (2) illegal variable names: c) Velocity.1 e) Velocity-01 g) 1velocity Assign two scalar variables x and y values x=1.5, y=2.3, then construct Matlab expressions for the following: a) b) c) Answers: the result of the Command Window is: x=1.5;y=2.3 ; z1=5*x^3*y/(x+y) z2=(x^7*y^0.5)^(2/3) z3=(x^(1/6)/(log10(x^5-1))+1)*exp(-2*y) z4=sin(2*pi*x-y)+exp(x).*cos(2*pi*x) z1 = 10.2138 z2 = 8.7566 z3 = 0.0232 z4 = -3.7360 Assign two variables with complex values u=2+3j and v=4+10j and then construct expression for: b) c) d) Answers: the result of the Command Window is: u=2+3j;v=4+10j; z1=u/v z2=u*v+2j z3=u/2j z4=v*exp(-j*2*pi*u) z1 = 0.3276 - 0.0690i z2 = -22.0000 +34.0000i z3 = 1.5000 - 1.0000i z4 = 6.1421e+08 + 1.5355e+09i Use the colon operator : to assign numerical values between 0 and 1 to vector array variable a in steps of 0.1. Answer: the result of the Command Window is: V=0:0.1:1 V = Columns 1 through 10 0 0.1000 0.2000 0.3000 0.4000 0.5000 0.6000 0.7000 0.8000 0.9000 Column 11 1.0000 Use linspace function to assign 20 values to vector variable y between 20 and

您可能关注的文档

文档评论(0)

yan698698 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档