converting matrix into image
Afficher commentaires plus anciens
I try to visualize the image but its not possible because of 'double' V= double(imread('circuit.tif')); imshow(V);
Réponse acceptée
Plus de réponses (1)
Thorsten
le 28 Oct 2016
I = im2double(imread('circuit.tif'));
imshow(I)
1 commentaire
marwa jendoubi
le 28 Oct 2016
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!