1. scatter(X,Y,S,C),这是matlab画散点图的命令;这里X,Y是画散点图的数据。 其中S为大小,系统默认大小为50,C表示所画图的颜色

matble画连线的散点图

2、把点串起来,就大功告成了,使用的指令是:plotyy(x,y1,x,y2,'plot');

参考http://jingyan.baidu.com/article/3aed632e64f385701180914d.html



相关文章:

  • 2021-04-29
  • 2022-12-23
  • 2021-07-27
  • 2021-12-04
  • 2021-04-30
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2021-06-04
  • 2021-12-02
  • 2021-12-15
  • 2021-07-23
  • 2021-07-29
相关资源
相似解决方案