comparison scripts/set/complement.m @ 8286:6f2d95255911

fix @seealso references to point to existing anchors
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Wed, 29 Oct 2008 17:52:54 -0400
parents 83a8781b529d
children 6e4a811e58f8
comparison
equal deleted inserted replaced
8285:26f0e69e9f3a 8286:6f2d95255911
26 ## @group 26 ## @group
27 ## complement ([ 1, 2, 3 ], [ 2, 3, 5 ]) 27 ## complement ([ 1, 2, 3 ], [ 2, 3, 5 ])
28 ## @result{} 5 28 ## @result{} 5
29 ## @end group 29 ## @end group
30 ## @end example 30 ## @end example
31 ## @seealso{create_set, union, intersection} 31 ## @seealso{create_set, union, intersect}
32 ## @end deftypefn 32 ## @end deftypefn
33 33
34 ## Author: jwe 34 ## Author: jwe
35 35
36 function y = complement (a, b) 36 function y = complement (a, b)