photo

Hyowon Lee


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
0 回答

ランク
115,772
of 301,529

評判
0

コントリビューション
11 質問
0 回答

回答採用率
63.64%

獲得投票数
0

ランク
 of 21,315

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,175

コントリビューション
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

回答