Statistik
11 Fragen
0 Antworten
RANG
95.481
of 300.756
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
90.91%
ERHALTENE STIMMEN
0
RANG
of 21.077
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.890
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to 'clean' data using moving average window filter
How would I go about 'cleaning' the data by using a moving average window filter, using a window size of 5 and plotting this p...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Replace odd numbers with infinity
I have a code that looks like the following: C = randi([100,200],1000,1000); evenIndices = rem(C,2) == 0 allTheEvenNumbers =...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot outliers from mean
I have a code that looks like this: figure for ii = 1:12 y =Data.StrideTimeIntervals_15minTrial.PD(:,ii); subplot (...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to replace all odd numbers with infinity using find()
I have a code that looks like this: C = randi([100,200],1000,1000); How would I replace all the odd numbers with infinity using...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Replace numbers without using find()
I have a code that looks like this: A = randi([100,200],1000,1000) Is there a code I can use that will replace all numbers bet...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot graph using for/while loop?
I have a code that looks like the following: This code plots subplots for the following, however I am needing to use a while or...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot a mean line for all subplots
I have a code that gives the following subplots but I need a mean line in the color green and make it look like the followin...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How would I create a loop to plot graphs
I have a code that looks like the following: figure y =Data.StrideTimeIntervals_15minTrial.PD(:,1); subplot (3,4,1),plot (y,...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot mean as a green line width of 3
I have a line of code that looks like this figure y =Data.StrideTimeIntervals_15minTrial.PD(:,1); subplot (3,4,1),plot (y)...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
for loop to create a vector V of the squares
Use a for loop to create a vector V of the squares of the numbers -25 through 25. I am looking for some help to get me started ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Preallocated array A using a for loop
Consider an iterative series 1, (-1)/2, 1/3, (-1)/4, 1/5,…(-1)^(k-1)/k. The first 5 terms for k=1:5 are written here. Create the...
mehr als 6 Jahre vor | 1 Antwort | 0
