How to write DICOM image 4D bellow dicom slides?

How to write DICOM image 4D bellow dciom slides?
Y=1936X1936X200 uint8
dicomwrite(Y,'DICOM_FILE.dcm') its giving a error?

Answers (1)

Y=reshape(Y,1936,1936,1,200 ) ;
dicomwrite(Y,'DICOM_FILE.dcm')

Categories

Products

Release

R2018b

Asked:

on 14 Nov 2018

Answered:

on 14 Nov 2018

Community Treasure Hunt

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

Start Hunting!