Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. disp(['Value ', num2str(i)]);
  2. disp(x)
  3. disp(['Number of iterations ', num2str(iter)])
  4. disp('----------')
  5.  
  6. disp(char(10))
  7.  
  8. disp(['line 1' char(10) 'line 2'])
  9.  
  10. disp([ 'first line' newline 'second line' ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement