Advertisement
FacundoCruz

scilab_1

Sep 8th, 2023
851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. --> x = linspace(-2,2);
  2.  
  3. --> y = 1./%e^(x^2);
  4.  
  5. --> z = 1-(x^2)+(x^4)/2;
  6.  
  7. --> plot2d(x,y,'r')
  8.  
  9. --> plot2d(x,z,'b')
  10.  
  11. --> xgrid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement