How can I read and show a dicom volume?

Hi,
I'm trying to read a dicom volume and show the three common views (axial, sagital and coronal). For reading the volume I'm using dicominfo() with dicomread() and these functions return a 4x4 matrix (I think the volume has a lot of noise) containing the volume. How can I show these views?
Thanks.

Answers (1)

Have you used this one? Detail Here
[V,spatial,dim] = dicomreadVolume(source)

Categories

Community Treasure Hunt

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

Start Hunting!