Statistica
5 Domande
0 Risposte
RANK
237.249
of 302.019
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
0
RANK
of 178.155
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
How do I transform one matrix by another?
I am trying to write a program where I apply a linear transformation represented by one matrix to each value in a different matr...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How would I use rref to check to see if the columns of a matrix span all of R^n?
I'm trying to use matlab to do some linear algebra, but I'm very confused as to how to check if the columns of my matrix are in ...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How would I check to see if the number of rows in one matrix are equal to the number of rows in another matrix?
I'm trying to write a function which will compare two matrices. Prior to this comparison I want my function to error check the e...
quasi 10 anni fa | 2 risposte | 0
2
risposteDomanda
How do I create a column vector of random numbers between -40 and 40, with "n" entries?
I know rand returns random values between 0 and 1 and randi returns random integers, but how do I create a column vector with ra...
quasi 10 anni fa | 2 risposte | 0
2
risposteDomanda
If I have an array that is size 2x60, how do I plot row 2 vs. row 1?
Would it be plot(data(2,:),data(1,:))?
quasi 10 anni fa | 2 risposte | 0
