Changing the output of the imread() function
Show older comments
When I use the imread function on a .tif file that I have done some processing with (specifically imagesc and export_fig to save it) it reads as a 640x480x3 matrix because it is seeing it as a truecolor image. Is there any way to have imread output it in a different way? I would like to have it be a 640x480 matrix if possible. If I need to provide anymore information let me know. Thanks in advance.
1 Comment
Rena Berman
on 28 Sep 2017
(Answers Dev) Restored edit
Accepted Answer
More Answers (0)
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!