Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Difficulty in displaying MRI image using imshow3Dfull.

1 view (last 30 days)
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.

Answers (0)

This question is closed.

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!