How to get gray scale image from intensity values ?

1 view (last 30 days)
I have matrix of intensity values how can i get image from these values ?

Answers (1)

Image Analyst
Image Analyst on 19 Jan 2015
imshow(yourMatrix, []);

Categories

Find more on Images 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!