• matlab符号的含义


    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

  • 相关阅读:
    了解JVM原理
    封装JS
    “==”和Equals的区别
    SpringMVC请求RequestMapping() 请求乱码
    博客25周
    博客24周
    博客23周
    博客22周
    博客第21周
    博客第21周
  • 原文地址:https://www.cnblogs.com/smartmsl/p/8709467.html
Copyright © 2020-2023  润新知