y=-5:0.25:5;
z=y;
[Y,Z]=meshgrid(y,z);
N=0.5*Y+0.8*Z;
mesh(N,Y,Z)
surf(N,Y,Z)
不知道是不是你要的效果,另如果a不等于0,是四维的,图像是画不出来的