Community Profile

photo

Julia


Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How may I calculate the number of rows in each group?
Hi! If I have a matrix: M= [1 50 60 70 50 40 2 NaN 10 20 10 10 3 NaN 20 NaN NaN NaN 1 NaN 60 30 40 50 2 10 ...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


How to calculate the mean of each row, excluding the first column?
For example, if I have this matrix M=[0 3 4 0 6 5 0 9 2 0 3 1 0 8 9 0 4 6] How can I calculate the me...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How may I split a matrix into two based on 0/1 of the first column?
M = [0 1 3 0 2 2 0 3 5 1 1 4 1 2 9 1 3 8 1 4 5 1 5 3 0 1 2 0 2 1 1 1 7 1 ...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


How to make a statement true for column 5-6?
I have a matrix M= [1 50 60 70 50 40 2 NaN 10 20 10 10 3 NaN 20 NaN NaN NaN 1 NaN 60 30 40 50 2 ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to split the last 4 elements in a column into a new column?
If I have a column, say 5 7 2 3 6 4 9 and I want to split the first 3 elements and the last 4 elements into 2 column, li...

alrededor de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


How to find the number of groups in another group?
If I have a matrix, for example, 0 1 0 2 0 3 0 1 0 2 0 3 0 4 0 5 0 1 0 2 1 1 1 2 1 3 1 4 1 1 1 2 1 3 Column 1 ...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


How to break data in to groups using while loop?
matrix = [1 50 60 70 50 40 2 NaN 10 20 10 10 3 NaN 20 NaN NaN NaN 1 NaN 60 30 40 50 2 10 20 10 20 NaN 1...

alrededor de 1 año hace | 7 respuestas | 0

7

respuestas

Pregunta


How to find the number of non-NaN elements in a column that are NaN in the last column, in MatLab?
Let's say I have a matrix 50 15 20 35 20 NaN NaN NaN 25 20 15 20 25 NaN NaN NaN NaN 35 20 15 ...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas