clear all; [x, y] = meshgrid(linspace(-2, 2, 101), linspace(-2, 2, 101)); z = funxy(x, y); mesh(x, y, z);