iryouott 发表于 2011-3-30 16:00:47

matlab不能生成随机数

我用x=unifrnd(0,80,100,1)产生随机数,但是提示错误:请问是什么问题?
??? Attempt to execute SCRIPT rand as a function.
Error in ==> unifrnd at 28
r = a + (b-a) .* rand(sizeOut);

messenger 发表于 2011-3-30 16:24:44

http://forum.simwe.com/thread-876225-1-2.html

iryouott 发表于 2011-3-30 20:31:40

谢谢版主,问题解决了
页: [1]
查看完整版本: matlab不能生成随机数