MATLAB: Plotting multiple contour plots in one graph

plot

im plotting contour(x,y,z). i can then rotate the figure so that the plot is a sheet at 0 on the z axis. does anyone know how to another contour plot at say 10 on the z axis? i can plot both plots with 'hold on' but they are both at z=0

Best Answer

See if the contour3 (link) function will do what you want.