for i=1:10xx(i,:)=rand(1,10);endfigure(1);plot(xx(:,1),0:0.1:1);
比如:x=[1,5,3,7,4]plot(x)或者x=[1,5,3,7,4]plot(x,'-*')
直接用plot函数就可以了