how to rotate the 3D

4 次查看(过去 30 天)
Hi all,
Anyone knows how to invert the 3D image. as attached. so that the two big purple volume can rotate to up.
because i try function flipud into my data set, but failed.

采纳的回答

Matt J
Matt J 2021-3-29
flipud should not have failed, but it does flip, not rotate, the image. If you want a rotation, you can do
rot90(yourImage,2)
  3 个评论
Matt J
Matt J 2021-3-29
编辑:Matt J 2021-3-29
The slice that you have displayed for us is a coronal slice, but I am guessing that you really have axial slices. If so, then
flip(yourImage,3)
mohd akmal masud
mohd akmal masud 2021-3-29
TQ SIR. ITS WORK!!!!

请先登录,再进行评论。

更多回答(0 个)

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by