photo

Peter P


2017 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 3
  • Solver

バッジを表示

Feeds

表示方法

質問


logical array variables in a loop
I have variables 'filter_X' that include only logical arrays: filter_p = outlier & incl_p; filter_r = outlier & incl_r; filt...

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

1

回答

質問


generate index for included subjects
I am trying to generate an index to exclude some subjects, so far I tried: temp.ids = 101:130 excl = {'126' '127'}...

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

1

回答

質問


Rescaling a variable with NaNs
I want to rescale my matrix(56,53), it is filled with numbers from 1 to 7 and NaNs. I would like to change the 1 to 7, 2 to 6, 3...

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

1

回答

質問


How to concatenate table variables with underscores in their name
I have variables like B1_1_3(53x1) B2_1_3(53x1) until B56_1_3(53x1) stored in my table A. I want to concatenate them to receive...

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

2

回答

質問


mean of each column of a cell array that contains cell arrays
I have a cell array A(2x82). Cell array A contains in each cell cell arrays of different row sizes but equal column sizes. To be...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


Deleting missing values (different amount and distribution of NaNs for each column)
I have two matrices of the same size (17x82). Matrix A has no missing values. Matrix B has a different amount and distribution o...

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

1

回答

質問


How to subtract row 1 of matrixA from row 2 of matrixB (matrices are of same size)
I want to subtract the first row of matrixA from the second row of matrixB for each participant (matrices are of same size). mat...

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

1

回答