討論串? 2d Gaussian noise in MatLab
共 6 篇文章
首頁
上一頁
1
2
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者ccos.時間19年前 (2006/08/10 02:01), 編輯資訊
0
0
0
內容預覽:
MatLab built-in function rand() gives uniform dist random numbers.. x = rand(10); xgauss = exp( -0.5*( ( x-mu )./std ).^2 )/sqrt(2*pi*std);. The above
(還有182個字)
首頁
上一頁
1
2
下一頁
尾頁