Statistiques
RANG
294 986
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ?
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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.
plus de 10 ans il y a | 1 réponse | 0
0
réponsec. 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 ...
plus de 10 ans il y a | 0
Question
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
plus de 10 ans il y a | 2 réponses | 0