Advertisement
makispaiktis

Texnikes_Ergasia2_Thema1

Nov 28th, 2020 (edited)
1,183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.15 KB | None | 0 0
  1. syms x y
  2. f = x^3 * exp(-x^2-y^4);
  3. fsurf(f, 'red');
  4. xlabel('x');
  5. ylabel('y');
  6. zlabel('f(x,y)');
  7. title('Plot of function: f = x^3 * exp(-x^2-y^4)');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement