Statistics
RANK
194,197
of 295,486
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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 ?
10 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 1 answer | 0
1
answerQuestion
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.
10 years ago | 0 answers | 0
0
answersc. 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 ...
10 years ago | 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
10 years ago | 2 answers | 0