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

85 次查看(过去 30 天)
How to read an engine calibration dataset in format *.dcm in Matlab 2010?
The dataset in *.dcm format will have strings and numbers.
  5 个评论

请先登录,再进行评论。

回答(1 个)

Kautuk Raj
Kautuk Raj 2024-10-23,6:43
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

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

产品


版本

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by