Matlab自带函数: randperm(n) 产生1到n的整数的无重复的随机排列,利用它就可以得到无重复的随机数 例: >> randperm(15) ans = 7 10 2 4 9 15 1 3 14 11 6 13 8 5 12