converting matrix into image
Ältere Kommentare anzeigen
I try to visualize the image but its not possible because of 'double' V= double(imread('circuit.tif')); imshow(V);
Akzeptierte Antwort
Weitere Antworten (1)
Thorsten
am 28 Okt. 2016
I = im2double(imread('circuit.tif'));
imshow(I)
1 Kommentar
marwa jendoubi
am 28 Okt. 2016
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!