photo

Michelangelo Cannistraro


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Finding slope for the polyfit line
load data_matrix.mat data=SECTION_L; data(:,1:3)=[]; row=9; cleanup=data([1 2 3 row],:); % year range y1 = 1975; y2 = 201...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


plotting 12 graphs in one figure
load data_matrix.mat data=SECTION_L; data(:,1:3)=[]; row=9; cleanup=data([1 2 3 row],:); % year range y1 = 1975; y2 = 201...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


plotting 12 graphs for different months
c=1; for i=1975:2016 for j = 1:12 monthdata(c)=mean(cleanup(4,cleanup(1,:)==i & cleanup(2,:)==j)); c=c+1; e...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Not plotting the data
load data_matrix.mat data=SECTION_L; data(:,1:3)=[]; row=9; cleanup=data([1 2 3 row],:); for i=1:12 a=find(cleanup(:,2...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


turning the loop answer into a vector
load data_matrix.mat data=SECTION_L; data(:,1:3)=[]; row=9; cleanup=data([1 2 3 row],:); for i = 1975:2016 for j=1:1...

1년 초과 전 | 답변 수: 1 | 0

1

답변