HTML

matlab - user defined input

Feb 6th, 2019
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.14 KB | None | 0 0
  1.  
  2.     Classroom License -- for classroom instructional use only.
  3.  
  4. >> x = input('Enter a value for x')
  5. Enter a value for x6
  6.  
  7. x =
  8.  
  9.      6
  10.  
  11. >>
Advertisement