Convert the matrix to the color and making images

조회 수: 4 (최근 30일)
Ivana
Ivana 2014년 6월 19일
답변: Image Analyst 2014년 6월 19일
Please, can anyone tell me how, if I have values in table and I see it like a matrix, and I want to create an image so that some elements of the matrix are show as a certain color? Means that the whole matrix is converted into an image. Is this possible to do it in Matlab or can anyone suggested another program?

답변 (2개)

Dishant Arora
Dishant Arora 2014년 6월 19일
doc image

Image Analyst
Image Analyst 2014년 6월 19일
Your matrix is already an image. Just use imshow() (my favorite), image(), or imagesc() to display it. You can also use colormap() and colorbar() if it's a grayscale or indexed image. DO NOT use pcolor().

Community Treasure Hunt

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

Start Hunting!

Translated by