rng(seed) : seeds the random number generator using the nonnegative integer seed
rng('shuffle') : seeds the random number generator based on the current time
http://www.mathworks.com/help/matlab/ref/rng.html
rng(seed) : seeds the random number generator using the nonnegative integer seed
rng('shuffle') : seeds the random number generator based on the current time
http://www.mathworks.com/help/matlab/ref/rng.html
請先 登入 以發表留言。