Community Profile

photo

Kapil Gupta


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

質問


skip the value in for-loop
a = 27; c = 11; m = 54; x(1)=2; for i=2:25 x(i) = (mod(a * x(i-1)+c ,m)) end here i want to skip the first value x(...

約4年 前 | 2 件の回答 | 0

2

回答

質問


pseudo random numbers using the linear congruent method
how can i plot scatter plot between x(i) and x(i-1) like: x(i) = (mod(a*x(i-1)+c,m)) where "a" and "c" are contant and "m" is...

約4年 前 | 2 件の回答 | 0

2

回答