标签:style blog color 使用 sp div log 代码 bs
使用unidrnd(N)函数,具体代码如下:
1 >> unidrnd(5) 2 3 ans = 4 5 2 6 7 >> unidrnd(5) 8 9 ans = 10 11 5 12 13 >> unidrnd(5) 14 15 ans = 16 17 4 18 19 >> unidrnd(5) 20 21 ans = 22 23 3
标签:style blog color 使用 sp div log 代码 bs
原文地址:http://www.cnblogs.com/yuzhuwei/p/4104519.html