converting matrix into image
Show older comments
I try to visualize the image but its not possible because of 'double' V= double(imread('circuit.tif')); imshow(V);
Accepted Answer
More Answers (1)
Thorsten
on 28 Oct 2016
I = im2double(imread('circuit.tif'));
imshow(I)
1 Comment
marwa jendoubi
on 28 Oct 2016
Categories
Find more on Convert Image Type 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!