Matlab 3D Volume visualization - dicom file
问题 I am looking forward to visualize a 3D matrix into matlab from dicom files. As I am not quite familiar with matlab, i managed to get help from this post: The difference is that my matrix is not made of 1 and 0 but negative numbers that are correctly red with imshow(dicomeread(dicomFile)) How can I get to the same contrast but with a 3D rendering ? My code : dicomFilesZm = dir(fullfile(myDcmFolder, 'SLZ-*.dcm')); %Get files name dicomFilesZp = dir(fullfile(myDcmFolder, 'SLZ+*.dcm')); %~ Z =