matlab 产生每次都一样的随机数 就是说,这一次产生一系列随机数,为了进行比较,下次产生的随机数还是一样的。 rand('seed',10); 随机种子index=randperm(10000);>> ok MATLAB 2023-05-14 205 点赞 3 评论 310 浏览