Rf data extraction from imaging data

 Accepted Answer

Use dicomread().

4 Comments

It doesn't give the data matrix, but it just displays the image and give some variables like rows, columns and frames...!
Bizarre. The help for it doesn't say anything about it displaying an image. Can you attach your image? What do you consider to be the raw data if it's not the image and metadata like number of columns and so on?
I wanna get access to the samples...
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

Tags

Community Treasure Hunt

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

Start Hunting!