I am plotting a mesh plot. For some reason the labels of the axes are not appearing now. It was appearing earlier. Please advise. I can send the entire file if necessary. Thanks Asha G
set (findall (gcf, "-property", "linewidth"), "linewidth",2)
set (findall (gcf, "-property", "markersize"), "markersize",6)
set(gca(),"fontsize",20)
colormap(gray)
view(45,45)
[xx,zz]= meshgrid(x,z);
mesh(xx,zz,y)
xlabel('t in msec',"fontsize",40)
zlabel ('V in mV',"fontsize",40)
ylabel('X in cm',"fontsize",40)
print ('cabunbact1boctN21meshtest.eps','-deps')