close
香港六合彩關鍵網歡喜六合彩六合彩玩法六合彩明牌
文章出自: http://tw.knowledge.yahoo.com/question/question?qid=1012111804884六合彩明牌關鍵字排名軟體udn貼文軟體六合彩版路
我不知道你是怎麼寫的啦~
但MATLAB有內建你所說的這個功能,
你可以使用randsample(n,k)這個函數完成你所要的功能.
n: 設定可能會的隨機數字
k: 從n中隨機抽出k個
Example:
>> n = 1:49; % 大樂透會出現的數字1~49
>> k = 6; % 從49個號碼中取出中講的6個號碼
>> y = randsample(n,k) % Test 1
y =
13 25 44 27 48 35
>> y = randsample(n,k) % Test 2
y =
12 10 31 18 13 46
>> y = randsample(n,k) % Test 3
y =
4 37 15 38 19 28
文章出自: http://tw.knowledge.yahoo.com/question/question?qid=1012111804884六合彩明牌關鍵字排名軟體udn貼文軟體六合彩版路
全站熱搜
留言列表