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

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

[Octave-bug-tracker] [bug #36606] union doesn't work.


From: anonymous
Subject: [Octave-bug-tracker] [bug #36606] union doesn't work.
Date: Thu, 07 Jun 2012 11:26:33 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5

URL:
  <http://savannah.gnu.org/bugs/?36606>

                 Summary: union doesn't work.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 07 Jun 2012 11:26:32 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Lippe
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

excample:

octave:1> [c, ia, ib] = union({'a' 'b'}, {'b' 'c'})

c =

{
  [1,1] = a
  [1,2] = b
  [1,3] = c
}

ia =  1
ib =

   1   2


In my opinion ia should be [1 2 ] and ib should be [2 3]




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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