view test/octave.test/set/intersection-2.m @ 4960:ce01dbd7e026 ss-2-1-58

[project @ 2004-09-02 03:47:49 by jwe]
author jwe
date Thu, 02 Sep 2004 03:47:49 +0000
parents 981cd8a2e41b
children
line wrap: on
line source

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