欢迎来到天天文库
浏览记录
ID:46249181
大小:76.69 KB
页数:11页
时间:2019-11-22
《测控软件技术基础》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
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.014、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.Giv5、enthearrayA=[241;672;359],providethecommandsneededtoa.assignthefirstrowofAtoavectorcalledxlb.assignthelast2rowsofAtoanarraycalledyc.computethesumoverthecolumnsofAd.computethesumovertherowsofAe.computethestandarderrorofthemeanofeachcolumnofA(NB.thestandarderrorofthemeanisdef6、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.Co7、mputethemeanofeachcolumnandassigntheresultstotheelementsofavectorcalledavg.b.Computcthesteindarddeviationofeachcolumnandassigntheresultstotheelementsofavectorcalleds.c.Computethevectoroft-scoresthattestthehypothesisthatthemeanofeachcolumnisnodifferentfromzero.d.IfPr(8、t9、>2.110、32)=0.1with4degreesoffreedom,areanyofthemeanvaluesinthevectoravgstatisticallydiffe
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
此文档下载收益归作者所有