TA的每日心情 | 怒 2019-11-29 15:37 |
|---|
签到天数: 1 天 [LV.1]初来乍到
|
" g7 }5 v) O! ^4 [5 N- W
RAND('state',0) resets the generator to its initial state.0 N9 _( i {+ r8 f
RAND('state',J), for integer J, resets the generator to its J-th state.$ Z+ [! g Z8 n! S/ T( h) P3 f
RAND('state',J) and RAND('state',S) cause the MATLAB 5 generator to be used.+ t% |; g& e' x3 N
help 里面解释; | Q% t% A1 U' N8 ^7 M" W ^; k! f6 g
rand('state',s)Resets the state to s.; `. K, T1 {8 l) }8 g/ u
rand('state',0)Resets the generator to its initial state.
2 H4 ]1 Q" w, s' H8 H$ n; nrand('state',j)For integer j, resets the generator to its j-th state./ i1 K& K" q! |$ w
|
|