Matlab
Pseudo-random number generation
장곰부대
2014. 5. 12. 06:49
>> x=rand(10000,1);
>> k=0.005:0.01:0.995;
>> hist(x,k)