2010-01-11 matlab octave random sampling randsample ランダムサンプリング a = randsample(n,m);or, a = randperm(n); a = a(1:m);