1、Matlab中划线,首先看看默认的效果,先来三条线:aa = randn(100,3);figure;plot(aa(:,1));hold on;plot(aa(:,2));hold on;plot(aa(:,3));