Clear Filters
Clear Filters

how to show image from MAT file

2 views (last 30 days)
Annas Anwar
Annas Anwar on 3 Mar 2017
Answered: Walter Roberson on 3 Mar 2017
Hi, I am new in Matlab. I have data in MAT format and loaded it on Matlab. It shows (128x128x3) 100 and 'uint8 ' as data type. How can I show the image? I really need the solution. Thank you.

Answers (1)

Walter Roberson
Walter Roberson on 3 Mar 2017
imshow() the variable name that the image is stored in.

Categories

Find more on Image Processing Toolbox 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!