在第二个画图命令(如plot)之前加上一行hold on就可以了
plot(1:length(y1),y1,'.-r',1:length(y2),y2,'--b)legend('y1','y2');
plot(x1,y1,x2,y2,...)