필터 지우기
필터 지우기

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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by