Statistica
5 Domande
0 Risposte
RANK
214.322
of 301.472
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 174.655
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
Feeds
Domanda
What's going on when setting these parameters?
So my question is quite simple. I'm plotting, for example: x=[0:0.1:4] plot(x, sqrt(x), 'b.-') title('Square root') grid ...
circa 4 anni fa | 2 risposte | 0
2
risposteDomanda
Naming this as a function (beginner)
Existing code: n=3 reshape(randperm(n^2),n,n) _____________________ This one line of code does exactly what I want. Depe...
circa 4 anni fa | 0 risposte | 0
0
risposteDomanda
Beginner coding; my second, simpler approach at trying to make all elements distinct.
So this is what I've come up with on my own to print a 3x3 random matrix of integers only; no element value exceeding n^2 (9 in ...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Want my random matrix to only display distinct elements
Current'y running this code to output a random 5x5 matrix with elements between 1 & n^2, n being 5 in this case (array size). I ...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Identifying & replacing the even elements w/i a matrix.
Hello, so I've set up a random matrix as such. a = 0; b = 50; r = (b-a).*rand(5,5) + a r(r>10) = [0] This is the code I'm u...
circa 4 anni fa | 0 risposte | 0
