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

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

[Octave-bug-tracker] [bug #46856] Add 'stable' flag for `unique` and rel


From: Luis Mendo
Subject: [Octave-bug-tracker] [bug #46856] Add 'stable' flag for `unique` and related fiunctions?
Date: Thu, 14 Jan 2016 15:43:34 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36

Follow-up Comment #4, bug #46856 (project octave):

@Lachlan

Just to let you know that the third output seems to be given the 'sorted' 
result even with the 'stable' input flag. For example,


[aa, bb, cc] = unique('sdassds','sorted')


gives


cc =
   3
   2
   1
   3
   3
   2
   3


when it should give


cc =
     3
     2
     1
     3
     3
     2
     3


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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