How to read an engine calibration dataset in format *.dcm in Matlab?
106 ビュー (過去 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
2024 年 10 月 23 日
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!