how to convert raw data to mat format
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mohd akmal masud
el 21 de Dic. de 2020
Respondida: Shraddha Jain
el 24 de Dic. de 2020
Hi everyone,
I have the raw PET file (the format is dcm)
How to convert it to mat format
0 comentarios
Respuesta aceptada
Shraddha Jain
el 24 de Dic. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!