From: JohnMC on
Dicom read gives output as uint16, but when I did this , why did I still get uint16 not double ?

x = dicomread(IM);
x = double(IM) - 1024;

x is still uint16.