syms x y g = x^2-2*x*y-3*y^2; ezsurf(g,[-2 2 -3 3]); ezsurfc(g,[-2 2 -3 3]); ezmesh(g,[-2 2 -3 3]); ezcontour(g,[-2 2 -3 3]);