extracting images from dicom file??

3 views (last 30 days)
I have got dicom file from Digital Subtraction Angiography . File name(for an example) is : 14249088. There is no ".dcm" in the name( the file without suffex). How can I extract the images from the file and save them in tiff format??
I want to extract the images independently and order files(images) name according to the order of time frame?

Accepted Answer

Image Analyst
Image Analyst on 23 Jun 2014
Did you try
imwrite(X, fileName);

More Answers (0)

Categories

Find more on DICOM Format in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!