测控软件技术基础

测控软件技术基础

ID:46249181

大小:76.69 KB

页数:11页

时间:2019-11-22

测控软件技术基础_第1页
测控软件技术基础_第2页
测控软件技术基础_第3页
测控软件技术基础_第4页
测控软件技术基础_第5页
资源描述:

《测控软件技术基础》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、测控软件技术基础姓名:班级:学号:指导老师:asicSyntaxandCommand-LineExercises1.Createavectoroftheevenwholenumbersbetween31and75.代码:x=32:2:752.Letx二[2516].a.Add16toeachclementb.Add3tojusttheodd-indexelementsc.Computethesquarerootofeachelementd.Computethesquareofeachelement代码:a二x+16;b=x(l:2:cnd)+

2、3c=sqrt(x)d=x.25.Createavectorxwiththeelements…代码:a二2:2:20b=10:-2:-46.cl=1:5,c2dl=0:4,d2Createavector=1./cl,rats(c2)=1:5,d3=dl./d2,rats(d3)xwiththeelements,x=(-l)V(2n~l)Adduptheelementsoftheversionofthisvectorthathas100elements.代码:n二1:100;x二((T)J(n+l))./(2*n-1);y=sum(x)10.M

3、akeagoodplot(i.e.,anon-choppyplot)ofthefunctionf(x)二sin(1/x)for0.01

4、hecommand.a.x(3)b.x(l:7)c.x(1:end)d.x(l:end-1)e.x(6:~2:1)f.x([l6211])g.sum(x)答:X(3)表示x行向量中的第三个元素。x(l:7)表示x行向量中第1到7个元素。x(l:end)表示x行向量中第1到最后一个元素。x(l:end-l)表示x行向量中第1到倒数第二个元素。x(6:-2:l)表示x行向量中第6个元素到第1个元素中的偶数项元素。x([16211]):方括号中表示x行向量中元素的序号,整个表示由这些元素组成的新行向量。sum(x):表示x中所冇元索求和。1.Giv

5、enthearrayA=[241;672;359],providethecommandsneededtoa.assignthefirstrowofAtoavectorcalledxlb.assignthelast2rowsofAtoanarraycalledyc.computethesumoverthecolumnsofAd.computethesumovertherowsofAe.computethestandarderrorofthemeanofeachcolumnofA(NB.thestandarderrorofthemeanisdef

6、inedasthestandarddeviationdividedbythesquarerootofthenumberofclementsusedtocomputethemcan.)代码:A=[241;672;359]xl=A(l,:)y二A(end-1:end,:)c二sum(A)d=sum(A,2)N=size(A,1),e=std(A)/sqrt(N)5.GivethefollowingcommandstocreateanarraycalledF:>>randn(*seed',123456789)>>F=randn(5,10);a.Co

7、mputethemeanofeachcolumnandassigntheresultstotheelementsofavectorcalledavg.b.Computcthesteindarddeviationofeachcolumnandassigntheresultstotheelementsofavectorcalleds.c.Computethevectoroft-scoresthattestthehypothesisthatthemeanofeachcolumnisnodifferentfromzero.d.IfPr(

8、t

9、>2.1

10、32)=0.1with4degreesoffreedom,areanyofthemeanvaluesinthevectoravgstatisticallydiffe

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。