Display multiple slices of a Dicom file

4 次查看(过去 30 天)
hello,
I have a CT medical image file of size 512*512*624. I want to display some slices (say. from slice 447 to 457) in a subplot or in seperate figures, what can i do?
  2 个评论
Emerson Nithiyaraj
Emerson Nithiyaraj 2019-9-19
the size of the file is huge and it restricts me from sharing here

请先登录,再进行评论。

回答(2 个)

Mahesh Taparia
Mahesh Taparia 2020-1-13
Hi,
You can also display the image using 'volshow' function. For example:
x=yourData(:,:,447:457);
volshow(x)
For more information, you can refer to the documentation page of volshow here.

Kritika Bansal
Kritika Bansal 2020-1-13
Hi,
You can possibly use the following function from File Exchange to do so:

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by