octave-maintainers
[Top][All Lists]
Advanced

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

intersect() tests


From: Rik
Subject: intersect() tests
Date: Sat, 09 Aug 2014 07:33:03 -0700

8/9/14

I'm trying to get the set series of functions to be compatible with their
own documentation, and secondarily with Matlab.  Could someone run the
following tests?

x = 1:4;
y = 2:5;

size (intersect (x, y))
size (intersect (x', y))
size (intersect (x, y'))
size (intersect (x',y'))

x = rand (2,2,2);
y = x;

size (intersect (x,y))

Thanks,
Rik



reply via email to

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