%save the following lines in a file called plane.m
function z = plane(x,y)
z = x - 2.*y + 3;