how to convert raw data to mat format
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi everyone,
I have the raw PET file (the format is dcm)
How to convert it to mat format
댓글 수: 0
채택된 답변
Shraddha Jain
2020년 12월 24일
Hi Akmal,
There is a built-in function dicomread in the Image Processing Toolbox in MATLAB which reads input files with .dcm extension. The output is either a m-by-n matrix, m-by-n-by-3 array or 4-D array.
Hope it helps!
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!