x1=test1(1:1025),y1=test1(1026:2050) x2=test2(1:1025),y2=test2(1026:2050) x3=test3(1:1025),y3=test3(1026:2050) x4=test4(1:1025),y4=test4(1026:2050) x5=test5(1:1025),y5=test5(1026:2050) x6=test6(1:1025),y6=test6(1026:2050) x7=test7(1:1025),y7=test7(1026:2050) figure(1),plot(x1,filter(ones(1,50)/50,1,y1),'r',x2,filter(ones(1,50)/50,1,y2),'b'),legend('distcap.crep1e-5','distcap.nsub2.crep1e-5p.2l','Location','South') figure(2),plot(x4,filter(ones(1,50)/50,1,y4),'r',x5,filter(ones(1,50)/50,1,y5),'g',x3,filter(ones(1,50)/50,1,y3),'b'),legend('fandisk2.crep1e-5','fandisk2.nsub2.crep1e-5p.2l','fandisk',1) figure(3),plot(x6,filter(ones(1,50)/50,1,y6),'r',x7,filter(ones(1,50)/50,1,y7),'b'),legend('mechpart.crep1e-5','mechpart.nsub2.crep1e-5p.2l',1)