khan
Followers: 0 Following: 0
Statistik
RANG
280.412
of 295.486
REPUTATION
0
BEITRÄGE
10 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
how to do simple linear regression in gui?
Perhaps what you want to know is cftool; that You can run from command window (>> cftool %enter) and the input x, and y data. Yo...
fast 5 Jahre vor | 0
Frage
Integration of two vector fields at different intervals
I have two vector fields, each one with 9 scalars. I want to integrate them in a piecwise, like first two values, third and four...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Find data in an array above certain percentile for consective days
I have a time series for 10 years of observations. i want to find number of events when the values are above 50th and 80th perce...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Plot air temperature data on pressure levels (Hovmöller diagram).
Hi, i need to plot air temperature at certain pressure levels. For reference a netcdf sample file is attached. I want the ...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Latitude, Longitude and Time data from Excel to Matlab
<</matlabcentral/answers/uploaded_files/92806/aa.PNG>> hello, I need to import some weather data, which is distributed as sho...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
replace all the array with NaN if any of the value is NaN
i am working with some data and the condition i want to set is that, if in the data there is NaN value in any column i want to r...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Does Z-score calculate Anomalies ??
Hello, I am using Precipitation data where i need to calculate Anomalies in Data, i am using Z-score for that purpose. i cha...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
showing point source data with Latitude and Longitude on Meshgrid
i have station data with latitude and longitude, i want to make a meshgrid or any feasible surface with given lat/lon and plot t...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plotting variance for multiple signals together with one signal
hello, i have ten signals, each one have the same length, [1x1200], i want to plant them as one time series and while to show th...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
loop for finding a threshold and change corresponding number
hi, i have a dataset in the form [2000x730], where my variable of interest is 730. i want to use the loop and find the following...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenCreating a slider when real time plotting
ax = findobj(gcf,'type','axes','tag',''); set(ax,'XLim',[250 300]); %here instead of [250 300] you can specify your own time wi...
fast 8 Jahre vor | 0
Creating a slider when real time plotting
set(data,'XLim',[st end]); can help your problem.
fast 8 Jahre vor | 0
Creating a slider when real time plotting
to my understanding i think you need a sliding window of 10 sec sliding window mean, if yes, then you can create sliding window ...
fast 8 Jahre vor | 0
Frage
Reshape 3 dimensional data in Matlab
i have climatic data in the form of x*y*time; i reshaped the data using data1 = reshape(data,[],t); which produced 50400x73; t...
fast 8 Jahre vor | 1 Antwort | 0