Community Profile

photo

Michelangelo Cannistraro


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 2 answers | 0

2

answers

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer