question about dicomwrite function
Afficher commentaires plus anciens
Hi all, I use dicomwrite function to write a three dimensional matrix to a dicom file with MR image storage,but I get a error "Cannot determine photometric interpretation."
example:
x=100*rand(63,53,46);
dicomwrite(x,'x.dcm','ObjectType','MR Image Storage');
??? Error using ==> dicom_prep_ImagePixel>getPhotometricInterp at 90
Cannot determine photometric interpretation.
Thank you
Réponses (1)
Walter Roberson
le 31 Déc 2012
1 vote
2 commentaires
Hassan Saadatmand
le 27 Nov 2020
Hi. it is the simple and correct answer. Thank you.
Catégories
En savoir plus sur Read and Write Image Data from Files dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!