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

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

[Octave-bug-tracker] [bug #36458] Bitset error!


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #36458] Bitset error!
Date: Sun, 13 May 2012 15:01:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19

Update of bug #36458 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

The third argument is expected to be a scalar.  From 'help bitset':

VAL = 0 resets and VAL = 1 sets the bits.

You can do something like this instead:


> [bitset(a(:,1), 1, 0), bitset(a(:,2), 1, 1)]
ans =

  0  3
  2  5


This is working correctly as it is documented.  I don't think this is Matlab
behavior either.  Are you requesting this as a new feature?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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