Guest User

Untitled

a guest
Nov 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. clearglobal
  2. funcprot(0)
  3. function z=f(x,y)
  4. f(x,y)=(x*y)/(x^2 + y^2)
  5. linspace(-10:10,-10:10,-10:10)
  6. disp([(x,y),z])
  7. endfunction
  8. plot3d(z
  9.  
  10. plot3d: Wrong size for input argument #1.
Add Comment
Please, Sign In to add comment