photo

Hyowon Lee


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
115,764
of 301,522

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
63.64%

收到投票数
0

排名
 of 21,315

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,118

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答