diff scripts/set/powerset.m @ 12213:d5f50ea57869

Add powerset function to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 21:47:56 -0800
parents fd0a3ac60b0e
children 0232a5300adf
line wrap: on
line diff
--- a/scripts/set/powerset.m
+++ b/scripts/set/powerset.m
@@ -20,7 +20,7 @@
 ## @deftypefn  {Function File} {} powerset (@var{a})
 ## @deftypefnx {Function File} {} powerset (@var{a}, "rows")
 ##
-## Return the cell array of all subsets of the set @var{a}.
+## Return a cell array containing all subsets of the set @var{a}.
 ##
 ## @end deftypefn
 ## @seealso{unique, union, setxor, setdiff, ismember}