Statistica
RANK
194.197
of 295.486
REPUTAZIONE
0
CONTRIBUTI
4 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 153.950
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 find a mean value from a 10X10 matrix ?
hi can any one help me on how to fine the mean value from a 10x10 matrix ?
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
could any one please advise me on what is wrong with this code ?
function classGrades = convertGrades NamesAndGrades (1:5,:) L = 20; % size of M, NamesAndGrades c = 11; % last ...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how do you do this
Calculate the mean score on each assignment. The result should be a 1x10 vector containing the mean grade on each assignment.
circa 10 anni fa | 0 risposte | 0
0
rispostec. Extract the sub-matrix containing all the rows but only columns 2 through 11 and name this matrix grades (to make this work on any size matrix, do not hard-code the 11, but rather use end or size).
basically this is the answer but im not sure how to get there ? NaN NaN 1.8500 NaN 9.6500 8.9000 ...
circa 10 anni fa | 0
Domanda
c. Extract the sub-matrix containing all the rows but only columns 2 through 11 and name this matrix grades (to make this work on any size matrix, do not hard-code the 11, but rather use end or size).
how do I perform this action ? can any one help ?? reguards phil
circa 10 anni fa | 2 risposte | 0