[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #60347] Wrong third output in "intersect" with
From: |
Rafael Vazquez |
Subject: |
[Octave-bug-tracker] [bug #60347] Wrong third output in "intersect" with "stable" flag |
Date: |
Tue, 6 Apr 2021 04:15:24 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0 |
URL:
<https://savannah.gnu.org/bugs/?60347>
Summary: Wrong third output in "intersect" with "stable" flag
Project: GNU Octave
Submitted by: rafavzqz
Submitted on: Tue 06 Apr 2021 08:15:21 AM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 6.2.0
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Details:
The third output in "intersect" with the "stable" flag is not correct. For
instance, the output of the following command
[~,~,IB] = intersect ([8 4 2 6], [1 7 2 8], 'stable')
IB =
3
4
should be
IB =
4
3
A similar issue appeared before for the "unique" function. See bug #46856
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60347>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #60347] Wrong third output in "intersect" with "stable" flag,
Rafael Vazquez <=