function [nextc] = nextComb(oldc) nextc = []; o = find(oldc, 1); %// find the first one z = find(~oldc(o+1:end), 1) + o; %// find the first zero *after* the first one if length(z) > 0 nextc = oldc; nextc(1:z-1) = 0; nextc(z) = 1; nextc(1:nnz(oldc(1:z-2))) = 1; else nextc = zeros(size(oldc)); nextc(1:nnz(oldc)) = 1; %// start over end end C = [1 2 3 4]; n = 4; k = 2; nextCombination = zeros(1,n); nextCombination(1:k) = 1; allCombs(1,:) = C(find(nextCombination)); for c = 2:nchoosek(n,k) %// start from 2; we already have 1 nextCombination = nextComb(nextCombination); allCombs(c,:) = C(find(nextCombination)); end allCombs
Standard input is empty
allCombs = 1 2 1 3 2 3 1 4 2 4 3 4
warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/__all_opts__.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/optimset.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fminbnd.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fminbnd.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/set/unique.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/general/isvector.m' is in the future warning: timestamp on file /usr/lib/i386-linux-gnu/octave/3.6.2/oct/i486-pc-linux-gnu/find.oct is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fminunc.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fminunc.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fminunc.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fsolve.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fsolve.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fsolve.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fsolve.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fzero.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/fzero.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/lsqnonneg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/pqpnonneg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/optimization/qp.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/pkg/pkg.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/miscellaneous/fullfile.m' is in the future warning: timestamp on file /usr/lib/i386-linux-gnu/octave/3.6.2/oct/i486-pc-linux-gnu/cellfun.oct is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/strings/cstrcat.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/miscellaneous/ispc.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/miscellaneous/fileattrib.m' is in the future warning: timestamp on file /usr/lib/i386-linux-gnu/octave/3.6.2/oct/i486-pc-linux-gnu/strfind.oct is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/specfun/nchoosek.m' is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/general/isscalar.m' is in the future warning: timestamp on file /usr/lib/i386-linux-gnu/octave/3.6.2/oct/i486-pc-linux-gnu/max.oct is in the future warning: time stamp for `/usr/share/octave/3.6.2/m/startup/__finish__.m' is in the future