function img = showcplx(X,Y,V) img=pcolor(X,Y,angle(V)); set(img,'EdgeColor','none'); colormap(hsv(256)); shading('interp');