Statistik
RANG
21.090
of 295.735
REPUTATION
2
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
2
RANG
of 20.277
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.433
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to take an average of three dimensional data?
Hi, I have a three-dimensional matrix (360 x 720 x 60), in this matrix 60 represents monthly data of 5yeras (for example mont...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate correlation coefficient between three dimensional matrix ?
Hello, I have two gridded matrix, matrix1 and matrix2 having latitude, longitude and months (180 x 360 x 12). I have calculat...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to assign NaN in matrix by masking ?
Hello everyone, I have two matrices, matrix1 is three dimensional 180 x 360 x 12 (latitude x longitute x months) and matrix2 ...
mehr als 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
How to calculate correlation coefficient and p-value between two 3-d matrix?
Hello, I have two gridded matrix having latitude,longitude and time(180x360x12). I have calculated correlation coefficient b...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to read excel data in matlab?
I have daily time series data for 10 year in excel sheet (365 values in every year). Now I want to monthly sum this daily data a...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to take seasonal average of monthly values?
Hello, I have 10 years (120 months) temperature data set. Now I want to take seasonal average of these monthly dataset. season ...
fast 9 Jahre vor | 1 Antwort | 0
1
Antwortcalculation of time series.
Temperature is 2-D array. I am trying to say I have a arrays T (time series of temperature January to December 1*12). now I want...
etwa 9 Jahre vor | 0
Frage
calculation of time series.
I have monthly (420 months) time series data of temperature . I need to calculate a another time series based on following formu...
etwa 9 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to figure out percentage change in time series?
I have time series values (monthly/annual/seasonal) of coefficient value (S) and A. I want to make a plot, where x axis (A) and ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to average hourly data set.
I have a three dimensional matrix 180*360*3456 3456 represents time series of 36 years. this is hourly data set, in every mon...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to calculate error in trend?
I have estimated slope from least square method. Now I need to calculate error of this slope at 95% confidence interval. kindly ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to estimate error in a trend from sen slope estimator?
Can we estimate error in a trend, which is estimated by Theil-Sen slope estimator? If it is possible than how to estimate error?...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to calculate significance value of lag correlation?
I have cross correlate the monthly rainfall and groundwater. % code [XCF, Lags, Bounds] = crosscorr(flipud((gw')), fl...
mehr als 9 Jahre vor | 1 Antwort | 1
1
AntwortFrage
how to fit a trend line in plotyy ?
% code y = [1:120]'; plotyy(y,data1,y,data2); hold on % plot(y,intercept + slope*y); according to this code how can fit ...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to plot probability density plot ?
I have two dimensional array 1*120, I want to make probability density plot in. how to I plot in matlab?
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to correlate two data ?
I have two types of data x and y. Both have two dimensional array 1*119 and 1*119 respectively. Now in order to get correlation ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to extend third dimension of matrix?
If I have a three dimensional matrix 180*360*5, suppose third dimension representing 5 months of a year (feb, march, may, aug, d...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to add missing months in loop?
I have a monthly soil moisture data of 10 year in hdf format. The data file contains 105 hdf file, 15 months are missing. The di...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to read hdf file?
I have a three dimension hdf data 180*360*105 in SDS format. I am having problem in hdfread with START, STRIDE, EDG. I need to r...
fast 10 Jahre vor | 0 Antworten | 0