photo

Peter P


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

All
  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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'}...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 6 años hace | 1 respuesta | 0

1

respuesta