TA的每日心情 | 怒 2019-11-29 15:37 |
---|
签到天数: 1 天 [LV.1]初来乍到
|
0 N3 M y; U3 r/ @: c8 q% lRAND('state',0) resets the generator to its initial state.
# D4 R7 V2 n8 h0 @- aRAND('state',J), for integer J, resets the generator to its J-th state.5 J( W: A0 I2 d/ Z1 ~ a$ V
RAND('state',J) and RAND('state',S) cause the MATLAB 5 generator to be used.
) s- ]0 Y1 \+ e3 phelp 里面解释9 x. K& m1 S6 z& B0 B& g+ K
rand('state',s)Resets the state to s.; _, [9 h+ o0 ~: e
rand('state',0)Resets the generator to its initial state. ; H0 e: }8 _& Q. x1 |9 o
rand('state',j)For integer j, resets the generator to its j-th state.2 u2 p- w5 u* ?& k, R
|
|