How to read an engine calibration dataset in format *.dcm in Matlab?

59 visualizaciones (últimos 30 días)
Partha Mitra
Partha Mitra el 8 de En. de 2019
Respondida: Kautuk Raj el 23 de Oct. de 2024
How to read an engine calibration dataset in format *.dcm in Matlab 2010?
The dataset in *.dcm format will have strings and numbers.
  5 comentarios
Vipin P
Vipin P el 12 de Sept. de 2020
Editada: Vipin P el 12 de Sept. de 2020
there is this libary for reading dcm files i found very useful

Iniciar sesión para comentar.

Respuestas (1)

Kautuk Raj
Kautuk Raj el 23 de Oct. de 2024
To read an engine calibration dataset in the .dcm format using MATLAB, you can leverage the dicomread function.
X = dicomread(filename) reads the image data from the compliant Digital Imaging and Communications in Medicine (DICOM) file filename.
More about the ‘dicomread’ function can be gathered from the MathWorks documentation for the latest release as of now (R2024b) here: https://www.mathworks.com/help/images/ref/dicomread.html

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Productos


Versión

R2010b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by