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

80 vues (au cours des 30 derniers jours)
Partha Mitra
Partha Mitra le 8 Jan 2019
How to read an engine calibration dataset in format *.dcm in Matlab 2010?
The dataset in *.dcm format will have strings and numbers.
  5 commentaires
Walter Roberson
Walter Roberson le 2 Août 2019
Modifié(e) : Walter Roberson le 12 Sep 2020
Technical reference appears to be https://www.etas.com/en/downloadcenter/2582-2583.php
Vipin P
Vipin P le 12 Sep 2020
Modifié(e) : Vipin P le 12 Sep 2020
there is this libary for reading dcm files i found very useful

Connectez-vous pour commenter.

Réponses (1)

Kautuk Raj
Kautuk Raj le 23 Oct 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

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Produits


Version

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by