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

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

[Octave-bug-tracker] [bug #65176] unique.m - Enable third output with op


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65176] unique.m - Enable third output with option 'stable'
Date: Wed, 21 Feb 2024 01:15:10 -0500 (EST)

Follow-up Comment #10, bug#65176 (group octave):

just remembered find has a 2 output argument version that will give the row
for find (u(s) == l(j).'), which is what the next two lines were
accomplishing. Will try that later.  Something like



[~, j] = sort (i);
[j,~] = find (u(s) == l(j).'));


And we haven't set any high bars for being lists as a contributor. But that's
fine. Would you also prefer not to be named as the patch author on the commit
message? 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65176>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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