octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45402] invalid value for array property "cdat


From: anonymous
Subject: [Octave-bug-tracker] [bug #45402] invalid value for array property "cdata"
Date: Thu, 25 Jun 2015 06:50:56 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #1, bug #45402 (project octave):

The failure is in the command

imagesc(blurimage)

the problem is that blurimage is complex. The imaginary part is at most 1.e-13
(probably because of rounding errors), and
imagesc cannot display complex matrices.
In matlab it works becuase the imaginary part of blurimage
is zero.

You can try 
imagesc(real(blurimage))

and
imagesc(imag(blurimage))


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45402>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]