khan
Followers: 0 Following: 0
Statistiques
RANG
280 430
of 295 486
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
presque 5 ans il y a | 0
Question
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...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 8 ans il y a | 2 réponses | 0
2
réponsesCreating 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...
presque 8 ans il y a | 0
Creating a slider when real time plotting
set(data,'XLim',[st end]); can help your problem.
presque 8 ans il y a | 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 ...
presque 8 ans il y a | 0
Question
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...
presque 8 ans il y a | 1 réponse | 0