photo

timetry2


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
0 답변

순위
147,279
of 300,392

평판
0

참여
11 질문
0 답변

답변 채택
90.91%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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 =...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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 (...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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,...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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)...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 6년 전 | 답변 수: 1 | 0

1

답변