MATLAB

作者: KathyHappy | 来源:发表于2020-02-26 00:41 被阅读0次

    2016.11.7  9:59  周一

    随机数设置

    ctime = datestr(now, 30); %取系统时间

    tseed = str2num(ctime((end - 5) : end)); %将时间字符转换为数字

    rand('seed', tseed); %设置种子,若不设置种子则可取到伪随机数

    相关文章

      网友评论

          本文标题:MATLAB

          本文链接:https://www.haomeiwen.com/subject/biznuttx.html