MATLAB: Contour in vertical plane

3dcontourorientationplotrotateslicesview

I have several contour plots in the x-y plane with a constant offset between each of them. I would like to swap the axis so that my Z becomes my X. The function
view()
only lets me change the X-Y orientation but cannot bring the Z down to be my X. Does anyone know how I could fix this?

Best Answer

Parent the contour to a hgtransform and set its transform matrix see makehgtform
Related Question