Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Difficulty in displaying MRI image using imshow3Dfull.

1 visualizzazione (ultimi 30 giorni)
sakshi ahuja
sakshi ahuja il 9 Gen 2019
Chiuso: MATLAB Answer Bot il 20 Ago 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.

Risposte (0)

Questa domanda è chiusa.

Prodotti


Release

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by