How to rotate 3D surface matrices

39 views (last 30 days)
I have three matrices for surf command: X, Y, Z. I need to rotate the matrix 45 degrees around the y axis to draw a new surface.Is there anyway to achieve this?The schematic diagram is below.

Accepted Answer

Star Strider
Star Strider on 10 May 2021
It depends on what you want to do.
To rotate the surface in the axes, use the rotate function.
To change the viewpoint (camera angle) use the view function.
  4 Comments
Florence
Florence on 10 May 2021
Thanks again for your answer
Star Strider
Star Strider on 10 May 2021
As always, my pleasure!

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!