t=linspace(-3,3,100); [x,y]=meshgrid(t); z=2*x+3*y; w=-2*x-3*y; surf(x,y,z) hold on surf(x,y,w) shading interp