Filter löschen
Filter löschen

how to fix the following matlab error

2 Ansichten (letzte 30 Tage)
Muluken  Birara
Muluken Birara am 31 Jul. 2017
Kommentiert: Image Analyst am 31 Jul. 2017
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 Kommentare
Adam
Adam am 31 Jul. 2017
Bearbeitet: Adam am 31 Jul. 2017
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 am 31 Jul. 2017
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by