题目内容:
能产生等可能取值为5,4,3,2,1中一个数的MATLAB程序是
A ceil(5*rand)B floor(5*rand)
C floor(6*rand)
D randperm(5)
参考答案: