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 个评论

What error you got?
the figure shown is all white and if I delete 'double' I get the image

请先登录,再进行评论。

更多回答(1 个)

I = im2double(imread('circuit.tif'));
imshow(I)

类别

帮助中心File Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by