I would Like to ask how can I open a DICOM image with dicomread??

 Accepted Answer

Walter Roberson
Walter Roberson on 28 Sep 2015

0 votes

You do not "open" DICOM images in MATLAB: you read the data in them using dicomread() and then you display the data using standard MATLAB commands such as image() or imshow() and colormap()

2 Comments

Ann G
Ann G on 28 Sep 2015
Edited: Ann G on 28 Sep 2015
That's what I meant! I'm sorry! It's is just that in matlab there are more than one commands that want ask me for some parameters that i don't understand. Also, when I "run" the commands there is no result but errors.
Please show some of the commands you are having difficulty with.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!