converting matrix into image
Mostrar comentarios más antiguos
I try to visualize the image but its not possible because of 'double' V= double(imread('circuit.tif')); imshow(V);
Respuesta aceptada
Más respuestas (1)
Thorsten
el 28 de Oct. de 2016
I = im2double(imread('circuit.tif'));
imshow(I)
1 comentario
marwa jendoubi
el 28 de Oct. de 2016
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!