Advertisement
ostyleo

Untitled

Nov 30th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.05 KB | None | 0 0
  1.  
  2. x = linspace(0.3,1);
  3. y = exp(x) - 3 * x;
  4. plot(x,y);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement