I used the following code to adjust the height of contour plot above/below the mesh plot and adding labels to contour plot.
h=meshc(peaks)
hContour=h(2);
hContour.ContourZLevel=-15; %Default (-10)
hContour.ShowText='on'; %Default ('off')
hContour.LevelStep=2.5; %Default (2.0)