![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25319671_1642449513603_DEF.jpg)
Michelangelo Cannistraro
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
126,277
of 297,016
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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...
2 years 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...
2 years 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...
2 years 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...
2 years 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...
2 years ago | 1 answer | 0