photo

Hyowon Lee


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
0 답변

순위
115,803
of 301,570

평판
0

참여
11 질문
0 답변

답변 채택
63.64%

획득한 표
0

순위
 of 21,333

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,498

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Replace values to 0 in specific ranges.
A=[1 0 0 0 2 3 0 0 0 4 ...100 40 20 1 0 0 0 2 3 4 0 5 .... 100 90 80 40 20 1 2 0 3 0 0 4... 100]; B=[1 0 0 0 2 3 0 0 0 4 .....

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Counting column number until a specific value in a different matrix.
A=[ 0 0 0 0 1 1.1 1.2 2 2.5 3 3.3 4 4.1 4.2 4.3 5 .... 100 0 1 2 2.2 2.3 3 4.5 .... 100 50 23 1 0 0 0...] B=[ 1 2 3 4 5 6 ...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


In a specific range, finding the first value over a specific value and maximum value
I have a data set more. [A] A= [1 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0]; By using A matrix, two 1s ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Problem after interp1.
A matrix has a lot of 151 and 1 values. A = [ 1 1.5 2 2.33 2.67 3 ....... 150.75 151 101 51 1 1.5 2 2.33 2.67 3 3.33 ......]...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to use linear interpolation on irregular intervals and reset value
[ 0 0 0 0 1 0 0 2 0 0 3 0 0 0 1 0 2 0 3 0 0 0 0 1 ] result=> [ 0 0.25 0.5 0.75 1...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Count specific values in a matrix and Find row and column number of the first value among consecutive same values.
1) Counting the number of the specific values. such as [1 1 1 1 1 1 2 2 2 2 3 3 3 3 3 4 4 4 4 4 4 4 4 4 5 5 5 6 6 6 6 6 ...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to use cumsum + interp1q on reset values.
[ 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 ] cumsum with reset '3' value and delete repeated v...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to fill values between two values.
A = [1 0 0 0 2 0 3 0 0 0 0 4 0 5 ....] B = [1 1.25 1.5 1.75 2 2.5 3 3.2 3.4 3.6 ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Cumsum function + range of values after cumsum.
A 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 ..... 0 0 1 0 0 0 0 1 0 0 1 0 1 .... cumsum 0 0 0 1 1 1 2 2 2 2 2 3 3...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Finding a value and call the cell number or counting value on the same length of vectors.
I'd like to call the row number when B(i,1)==1; For i=1:n; if B(i,1)==1; (strfind is only for 1 row.) how to call th...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to use for loop and ifelse condition with Nx1 matrix.
A:N x 1 matrix. n = size(A,1) for i = 1:n % increment 1 if A(i,1) = 5 % Error: The expr...

10년 초과 전 | 답변 수: 1 | 0

1

답변