使用rand命令即可。命令如下:1 x = 20*rand(33,2);下面这个命令是画出来散点图:1 plot(x(:,1),x(:,2),'.');如果想要知道rand的具体用法,使用下面的命令:1 doc rand