Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Difficulty in displaying MRI image using imshow3Dfull.

1 vue (au cours des 30 derniers jours)
sakshi ahuja
sakshi ahuja le 9 Jan 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
I am having an image (*.nii) having dimension 240x240x155 int 16. I am not able to display that image using imshowfull3d as gray screen is visible.
Code is:
D = niftiread('IM01.nii');
D=squeeze(D);
imshow3Dfull(D)
Image file has been attached.

Réponses (0)

Cette question est clôturée.

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by