How to write DICOM image 4D bellow dicom slides?

3 次查看(过去 30 天)
How to write DICOM image 4D bellow dciom slides?
Y=1936X1936X200 uint8
dicomwrite(Y,'DICOM_FILE.dcm') its giving a error?

回答(1 个)

KSSV
KSSV 2018-11-14
Y=reshape(Y,1936,1936,1,200 ) ;
dicomwrite(Y,'DICOM_FILE.dcm')

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by