TA的每日心情 | 怒 2019-11-29 15:37 |
---|
签到天数: 1 天 [LV.1]初来乍到
|
) C: N$ i- w* z4 iRAND('state',0) resets the generator to its initial state.
$ R4 R5 a' U2 g2 m0 g' FRAND('state',J), for integer J, resets the generator to its J-th state.7 @$ K9 I! h0 b% d) K2 M
RAND('state',J) and RAND('state',S) cause the MATLAB 5 generator to be used.6 b: N$ Q* j( o2 [5 B
help 里面解释
( k" }3 t3 `: `! _8 ? urand('state',s)Resets the state to s.
4 E: m6 ?; t% z' a+ y; @- p8 Q* Wrand('state',0)Resets the generator to its initial state. 3 A0 A7 c6 J* W2 Y* \! h
rand('state',j)For integer j, resets the generator to its j-th state.
' J* \3 g" l+ G, @ |
|