how to rotate the 3D

4 vues (au cours des 30 derniers jours)
mohd akmal masud
mohd akmal masud le 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.
  1 commentaire
Selva Karna
Selva Karna le 29 Mar 2021
use 3dmayavi package

Connectez-vous pour commenter.

Réponse acceptée

Matt J
Matt J le 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 commentaires
Matt J
Matt J le 29 Mar 2021
Modifié(e) : Matt J le 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 le 29 Mar 2021
TQ SIR. ITS WORK!!!!

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by