Statistik
RANG
294.986
of 297.016
REPUTATION
0
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ?
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.
mehr als 10 Jahre vor | 0 Antworten | 0
0
Antwortenc. 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 ...
mehr als 10 Jahre vor | 0
Frage
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
mehr als 10 Jahre vor | 2 Antworten | 0