RosettaCodeData/Task/Power-set/MATLAB/power-set-2.m

6 lines
78 B
Objective-C

powerset({{}})
ans =
{} {1x1 cell} %This is the same as { {},{{}} }