朴实往事

文章
3
资源
0
加入时间
3年0月21天

matlab 随机数

matlab 随机数y = rand(1,1) ; %生成一个随机数;y = a + (b-a).*rand(1,1) ; % 生成一个 [a,b]区间的随机数;