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

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

[Octave-bug-tracker] [bug #33219] logical() function does not accept (un


From: Rik
Subject: [Octave-bug-tracker] [bug #33219] logical() function does not accept (unsigned) integer input
Date: Wed, 04 May 2011 01:46:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.04 (lucid) Firefox/3.6.17

Update of bug #33219 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

I think there may be a different issue here.  The following code shows
logical() working correctly on uint32 arrays.


x = uint32([-2 0 1 2]);
class (x)
  ans = uint32
logical (x)
y = logical (x)
y =

   0   0   1   1
class (y)
  ans = logical


Perhaps you could post the file that, when read, is causing the problem and
also the exact bit of code which reproduces the error.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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