Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- syms x y
- f = x^3 * exp(-x^2-y^4);
- fsurf(f, 'red');
- xlabel('x');
- ylabel('y');
- zlabel('f(x,y)');
- title('Plot of function: f = x^3 * exp(-x^2-y^4)');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement