china19901015 发表于 2011-8-15 22:51 x=[1,2,3,4,5]; y=[2,4,5,6,7]; plot(x,y,'r*');
XZQNapoleon 发表于 2011-8-21 12:01
描绘记忆 发表于 2011-10-15 10:41 matlab画点图和直线图的区别是后面线型的设置。比如上面的plot(x,y,'r*').其中r等指的是颜色,*等是决定是画 ...