smartmsl

plot(x,y)绘图的函数

也可以同时输出两个函数plot(x1,y1,x2,y2)

legend(String),标记不同的函数,例如legend(‘String1’,‘String2’)String1是第一个函数的名称,String2是第二个函数的名称。

xlabel(String)横坐标下面显示的字符串

ylabel(String)纵坐标旁边显示的字符串

title(String)坐标系上面显示的字符串

bar()和plot()类似。

axis ( [xmin xmax ymin ymax] )设置轴的刻度

图像及更多,参考这里:

https://www.w3cschool.cn/matlab/matlab-zusi28ix.html

 

分类:

技术点:

相关文章:

  • 2021-11-29
  • 2021-12-27
  • 2021-09-13
  • 2021-09-14
  • 2021-09-20
  • 2021-12-29
猜你喜欢
  • 2021-12-20
  • 2021-09-13
  • 2021-09-21
  • 2021-11-04
  • 2021-11-17
  • 2021-08-09
相关资源
相似解决方案