why i cannot display an image

17 次查看(过去 30 天)
I have done wavedec2 on an image and extracted the approximate coefficients using appcoef2.I want to display the approximate image but its showing total white.why is it so. how to get the image?
  1 个评论
Dishant Arora
Dishant Arora 2014-2-21
编辑:Dishant Arora 2014-2-21
show us your code, it would be easier to find where you went wrong.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2014-2-21
use imagesc() or use imshow() with [] as the second parameter.
  3 个评论
Walter Roberson
Walter Roberson 2014-2-21
imagesc() picks up the current colormap, whatever that happens to be.

请先登录,再进行评论。

更多回答(1 个)

john
john 2019-5-24
please solve this issue , i have try hundred of times
command line error is
Attempt to execute SCRIPT image as a function:
C:\Users\ejaz\Desktop\working space\image.m
Error in images.internal.basicImageDisplay (line 24)
hh = image(cdata, ...
Error in imshow (line 293)
hh = images.internal.basicImageDisplay(fig_handle,ax_handle,...

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by