matlab常用函数之xlim及其相关函数

xlim

  • 文档
  • 相关网站
  • 含义:(x limit)设置或查询 x 坐标轴范围
  • 调用格式:y有多种,暂时写一种
    • xlim([xmin xmax])sets the axis limits in the current axes to the specified values.
      • 将当前轴中的轴限制设置为指定的值。
------ The Happy Ending ------