MATLAB: How to rotate surface code

meshrotatesurfsurface

Hello, everybody.
I was wondering if anyone would know how to get past a 3D surface like the one I show below.
In something like what I show below using code, not like I did that was using the rotate3D option, because I tried using rotate but didn't get the right combination.
rotate(h,direction,alpha)

Best Answer

Try the view function (documentation)
view(0,0)
Related Question