view test/octave.test/set/intersection-2.m @ 2717:981cd8a2e41b

[project @ 1997-02-22 19:09:37 by jwe]
author jwe
date Sat, 22 Feb 1997 19:09:39 +0000
parents
children
line wrap: on
line source

all (all (intersection ([1; 2; 3], [2, 3, 5]) == [2, 3]))