FIONA HOTCHKISS
Followers: 0 Following: 0
Feeds
提问
Datasets with different Time series
average_data=[]; num_of_data=numel(PBCO2); for i=1:num_of_data; average_current=(PBCO2(i)+LJCO2(i)+MLCO2(i)+ASCO2(i)+NZCO...
3 years 前 | 1 个回答 | 0
1
个回答提问
Average of 5 locations for each time
%Point Barrow, Alaska PB=readtable('monthly_flask_co2_ptb.csv'); %create time and CO2 variable %time PBdailyt=PB(:,4); %CO2...
3 years 前 | 1 个回答 | 0
1
个回答提问
Mean of Multiple data sets across a time series
I have 5 sets of CO2 concentrations, all taken at different locations. They have different start dates, the earliest beginning i...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to Remove Seasonal Cycle?
%Point Barrow, Alaska PB=readtable('monthly_flask_co2_ptb.csv'); %create time and CO2 variable %time PBdailyt=PB(:,4); %CO2...
3 years 前 | 1 个回答 | 0
1
个回答提问
Trying to extract outliers from array
%Point Barrow, Alaska PB=readtable('daily_flask_co2_ptb.csv'); %create time and CO2 variable PBdailyt=PB(:,4); PBdailyCO2=PB...
3 years 前 | 1 个回答 | 0