Rf data extraction from imaging data

1 view (last 30 days)
Hi,
How can I extract raw data from DICOM file in MATLAB?
Best

Accepted Answer

Image Analyst
Image Analyst on 28 Apr 2016
Use dicomread().
  4 Comments
mosa mm
mosa mm on 28 Apr 2016
I wanna get access to the samples...
Floris Jansen
Floris Jansen on 29 Apr 2016
The dicom format just provides a "container" for all kinds of data. Use dicominfo() to get detailed information about the fields that are available in your particular file. It is quite possible that the raw data is not in there.

Sign in to comment.

More Answers (0)

Categories

Find more on DICOM Format in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!