Info
This question is closed. Reopen it to edit or answer.
why I am not able to display the image? please help me
1 view (last 30 days)
Show older comments
I am taking 512*512 image and executing the code below
imData=imread('lena256.bmp'); map=gray(256); imshow(imData,map);
This is the test image
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/149235/image.bmp)
This is the output image
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/149237/image.png)
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!