photo

Kapil Gupta


Last seen: quasi 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

2 Domande
0 Risposte

RANK
61.825
of 300.352

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.928

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.212

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte