question about dicomwrite function and converting
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hi all, I use dicomwrite function to write a three dimensional matrix to a dicom file with MR image storage,and this is success.My syntax is as follows:
x=100*rand(63,53,46);
dicomwrite(reshape(x,[63,53,1,46]),'test.dcm','ObjectType','MR Image Storage');
But when I use SPM(Statistical Parametric Mapping) converting these dicom data to ananlyze data,I get a error:
"Cant find appropriate modality information"
Thank you
댓글 수: 1
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!