Info

此问题已关闭。 请重新打开它进行编辑或回答。

Difficulty in displaying MRI image using imshow3Dfull.

1 次查看(过去 30 天)
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.

回答(0 个)

此问题已关闭。

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by