why i cannot display an image

15 ビュー (過去 30 日間)
Sapam Jaya
Sapam Jaya 2014 年 2 月 21 日
回答済み: john 2019 年 5 月 24 日
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.
Sapam Jaya
Sapam Jaya 2014 年 2 月 22 日
it helped..thnx

サインインしてコメントする。

その他の回答 (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 Center および File ExchangeImage Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by