Xuefei Sun
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
77 080
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
Question
How to calculate reveral summations
I need to calculate sigma=sum(u(t)*u(t+a)), from a to 600(t=a to 600), and a is from 1 to 600. So I should get 600 different sig...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to compute a solution with a sum in matlab
My code is like this: s=0; for t=h:length(data); s=s+data(t)*data(t-h) end And I need to find h to make s=0
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to move the data to the right
I have 9000 speed data(S1 to S9000) related to 9000 time data(T1 to T9000). And now I want to move the speed to the right, which...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to remove the mean from a data
I have 90000 speed data, and I want to make each one minus the mean, how to get that? a=speed; aver=mean(a); then what's the ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate the coefficient of variation in Matlab
I have 90000 time data and 90000 speed data, and the time are equally averaged. I need to calculate the coefficient of variation...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate mean to an equal area in Matlab?
I have 900000 time data and 900000 speed data. I need to calculate the mean speed for each 30secs and plot them. How can I get t...
plus de 3 ans il y a | 1 réponse | 0