view only x ray image

i have n no of images .my objective is to show only the x ray image.

Answers (2)

Image Analyst
Image Analyst on 11 Aug 2014

0 votes

So call imshow(), image(), imfuse(), imshowpair(), or imagesc(). What's the problem?
Brian Hannan
Brian Hannan on 11 Aug 2014

0 votes

How are you storing the images? You can likely view the image easily with imread and imshow.

1 Comment

thanks for your idea.i got the answer .X = dicomread(filename) is my required code

Sign in to comment.

Categories

Find more on Display Image in Help Center and File Exchange

Tags

No tags entered yet.

Asked:

on 11 Aug 2014

Commented:

on 14 Aug 2014

Community Treasure Hunt

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

Start Hunting!