www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/AllPermutationsofUnsignedIntegersExample.m

    %% All Permutations of Unsigned Integers  

%%  
v = uint16([1023 4095 65535]);
P = perms(v)