フィルターのクリア

how to fix the following matlab error

2 ビュー (過去 30 日間)
Muluken  Birara
Muluken Birara 2017 年 7 月 31 日
コメント済み: Image Analyst 2017 年 7 月 31 日
Error in images.internal.isFigureAvailable (line 9) if feature('showFigureWindows')
Error in imshow (line 207) if ~images.internal.isFigureAvailable()
Error in imshowpair (line 124) h = imshow(result,parentArgList{:});
  2 件のコメント
Adam
Adam 2017 年 7 月 31 日
編集済み: Adam 2017 年 7 月 31 日
How would we know if you don't show us any code? Is that the whole error message? Surely there is a line pointing to the code where you actually call imshowpair?
Image Analyst
Image Analyst 2017 年 7 月 31 日
Look at what arguments you're sending in to imshowpair(). One or more of them are probably messed up, like null or not an image or axes or something.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by