How to write DICOM image 4D bellow dicom slides?
Afficher commentaires plus anciens
How to write DICOM image 4D bellow dciom slides?
Y=1936X1936X200 uint8
dicomwrite(Y,'DICOM_FILE.dcm') its giving a error?
1 commentaire
KSSV
le 14 Nov 2018
What error you should specify the error.
Réponses (1)
KSSV
le 14 Nov 2018
Y=reshape(Y,1936,1936,1,200 ) ;
dicomwrite(Y,'DICOM_FILE.dcm')
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!