Community Profile

photo

Kapil Gupta


Last seen: 대략 3년 전 2020년부터 활동

통계

  • First Answer

배지 보기

Content Feed

보기 기준

질문


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

답변