Community Profile

photo

Kapil Gupta


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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(...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten