converting matrix into image
Mostra commenti meno recenti
I try to visualize the image but its not possible because of 'double' V= double(imread('circuit.tif')); imshow(V);
Risposta accettata
Più risposte (1)
Thorsten
il 28 Ott 2016
I = im2double(imread('circuit.tif'));
imshow(I)
1 Commento
marwa jendoubi
il 28 Ott 2016
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!