photo

Mia Dier


Last seen: 2年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
0 回答

ランク
34,235
of 300,763

評判
1

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

回答採用率
84.62%

獲得投票数
1

ランク
 of 21,082

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Indexing by using column names
I have a table with column names A, B C. I want to create an array col_index=[1 0 1] by using the column names only.

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Identifying same values of two arrays
I have two string arrays: array1 and array2. I want to create a variable named change that is equal to 0 if array1 and array2 ar...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Naming variables according to the values of another variable
I have a variable A=[1;2;5] and I want to use the values of this variable in the name of the new variables I'm going to creat...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Rowfun without changing the order
I want to use rowfun but I don't want the resulting outcome to be sorted according to the grouping variables that I specify. I w...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Conditional average (need help with speed)
I have a table that looks like this: country_id year M T average_T 1 2000 10 76 Na...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How to count the number of times that the previous observation was repeated
I have a table that looks like this: country_id year M 1 2000 10 1 2001 ...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


How to add a NaN row at the beginning columns of a table?
I have a code that looks like this: A(:,1)=[NaN;B(1:end-1)]; A(T.id(1:end)~=[NaN;T.id(1:end-1)],1)=NaN; A(:,2)=[NaN;NaN;...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Changing value when first time a value appears
A=[1; 1; 1; 1; 2; 2; 4; 4; 4; 4] B=[4; 2; 7; 9; 5; 0; 2; 6; 1; 0] I want to change the values of B to NaN whenever a value i...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How to calculate the number of times the values of a column changes
I want to calculate the number of times of column A changes over the last 5 years for each id number not counting the current ye...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Variance when only one observation is not NaN
I am trying to calculate a moving variance of the max last 5 years of observations. I have a tabke that looks like this: id ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


EDITED: Variance when only one observation is not NaN
EDITED: I think my problem was not clear from the previous example. So, I added a new one below here: I am trying to calcula...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


How to count the number of times that values changes?
A=[1 1 1 2 1 3 3 1 1]' I want to get: B=[NaN 0 0 1 2 3 3 4 4]' The second and third values of B are 0 because A doesn't cha...

5年弱 前 | 2 件の回答 | 1

2

回答

質問


How to count the number of times that the previous observation was repeated
I have a table that looks like this: country_id year M 1 2000 10 1 2001 ...

5年弱 前 | 1 件の回答 | 0

1

回答