Advertisement
Lauda

Untitled

Dec 22nd, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.18 KB | None | 0 0
  1. >> t = -5:0.01:5;
  2. >> fun1(t)
  3.  
  4. ans =
  5.  
  6.     36
  7.  
  8. >> fun2(t)
  9.  
  10. ans =
  11.  
  12.      0
  13.  
  14. >> fun3(t)
  15.  
  16. ans =
  17.  
  18.     1.0063
  19.  
  20. >> fun4(t)
  21.  
  22. ans =
  23.  
  24.     25
  25.  
  26. >> fun5(t)
  27.  
  28. ans =
  29.  
  30.    14.9928
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement