Michelangelo Cannistraro
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
216.779
of 295.569
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
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
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...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 2 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 2 jaar ago | 1 answer | 0