h=figure('Visible','Off');
ax=axes;
ezsurf('real(atan(x+i*y))');
print(h,'-djpeg','-r100','C:\STIMATH\Output\MyPlot1')
close(h)
