how to rotate the 3D

4 visualizaciones (últimos 30 días)
mohd akmal masud
mohd akmal masud el 29 de Mzo. de 2021
Comentada: mohd akmal masud el 29 de Mzo. de 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 comentario
Selva Karna
Selva Karna el 29 de Mzo. de 2021
use 3dmayavi package

Iniciar sesión para comentar.

Respuesta aceptada

Matt J
Matt J el 29 de Mzo. de 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 comentarios
Matt J
Matt J el 29 de Mzo. de 2021
Editada: Matt J el 29 de Mzo. de 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 el 29 de Mzo. de 2021
TQ SIR. ITS WORK!!!!

Iniciar sesión para comentar.

Más respuestas (0)

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by