Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --> x = linspace(-2,2);
- --> y = 1./%e^(x^2);
- --> z = 1-(x^2)+(x^4)/2;
- --> plot2d(x,y,'r')
- --> plot2d(x,z,'b')
- --> xgrid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement