how to rotate the 3D

4 views (last 30 days)
mohd akmal masud
mohd akmal masud on 29 Mar 2021
Commented: mohd akmal masud on 29 Mar 2021
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.

Accepted Answer

Matt J
Matt J on 29 Mar 2021
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 Comments
Matt J
Matt J on 29 Mar 2021
Edited: Matt J on 29 Mar 2021
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 on 29 Mar 2021
TQ SIR. ITS WORK!!!!

Sign in to comment.

More Answers (0)

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!