photo

israel emmanuel


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

2 질문
0 답변

순위
258,435
of 301,723

평판
0

참여
2 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,401

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,250

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


How can I find monthly average from daily data of 35 years (1979 to 2014) and plot monthly variation for each year?
DN = xlsread('olu.xlsx'); January=mean(DN(1:31)); February=mean(DN(32:59)); March=mean(DN(59:90)); April=mean(DN(91:120));...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


I write a code to read and write in excel format.
I write a code to read and write in excel format. The code was initially working perfectly. For the past two days when i run the...

대략 11년 전 | 답변 수: 1 | 0

1

답변