converting matrix into image

I try to visualize the image but its not possible because of 'double' V= double(imread('circuit.tif')); imshow(V);

2 Commenti

KSSV
KSSV il 28 Ott 2016
What error you got?
the figure shown is all white and if I delete 'double' I get the image

Accedi per commentare.

 Risposta accettata

Più risposte (1)

Thorsten
Thorsten il 28 Ott 2016
I = im2double(imread('circuit.tif'));
imshow(I)

Categorie

Scopri di più su Convert Image Type in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by