TA的每日心情 | 怒 2019-11-29 15:37 |
|---|
签到天数: 1 天 [LV.1]初来乍到
|
2 P8 d& d# G. B7 t9 | m- h: b% @
RAND('state',0) resets the generator to its initial state.3 w: r" X) m0 o; L. a
RAND('state',J), for integer J, resets the generator to its J-th state.; h9 P$ ]4 B, `; u, i' B4 w1 }
RAND('state',J) and RAND('state',S) cause the MATLAB 5 generator to be used.
7 p0 U, e: \$ t. P' rhelp 里面解释
* z2 d2 E( x! l7 Grand('state',s)Resets the state to s.
) Q4 A: @$ [' mrand('state',0)Resets the generator to its initial state. ! Q7 n0 l/ R7 ?' c; L. c
rand('state',j)For integer j, resets the generator to its j-th state.+ G. ]' C; f" a$ ]! h5 p
|
|