how to convert raw data to mat format
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
mohd akmal masud
le 21 Déc 2020
Réponse apportée : Shraddha Jain
le 24 Déc 2020
Hi everyone,
I have the raw PET file (the format is dcm)
How to convert it to mat format
0 commentaires
Réponse acceptée
Shraddha Jain
le 24 Déc 2020
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!