how to resize x and y axis

前端 未结 2 435
自闭症患者
自闭症患者 2021-01-22 15:05

How can I resize x and y axis ?

What I want, n more specific;

3900  |
  .   |
  .   |
  .   |
  60  |
      |
  30  |
      |____________________________         


        
2条回答
  •  深忆病人
    2021-01-22 15:32

    Check the documentation: http://www.mathworks.com/help/techdoc/ref/axis.html

    axis([xmin xmax ymin ymax])
    

提交回复
热议问题