photo

philip


2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: programming

통계

MATLAB Answers

4 질문
1 답변

순위
295,428
of 297,457

평판
0

참여
4 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 158,938

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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).
basically this is the answer but im not sure how to get there ? NaN NaN 1.8500 NaN 9.6500 8.9000 ...

10년 초과 전 | 0