![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25319671_1642449513603_DEF.jpg)
Michelangelo Cannistraro
Followers: 0 Following: 0
Statistica
5 Domande
0 Risposte
RANK
126.277
of 297.016
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
80.0%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0