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!