Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.14 KB | None | 0 0
  1. >> plot([10,20,30])
  2. >> ylim([0, 40])
  3. >> ylim('mode')
  4.  
  5. ans =
  6.  
  7.     'manual'
  8.  
  9. >> %close the plot
  10. >> ylim('mode')
  11.  
  12. ans =
  13.  
  14.     'auto'
  15.  
  16. >>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement