Pregunta


'For' loop conditions
for chek= 1:length(d)-1 if c(chek)+20>20; nmm=MM(c(chek):c(chek)-20,chek) ; mn=MM((c(chek)-20:c(chek)),...

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

0

respuestas

Respondida
How to supplement the matrix?
Still nothing happened, gives an error Index exceeds matrix dimensions.

más de 6 años hace | 0

Pregunta


How to supplement the matrix?
Hello! I cleaned my signal from emissions, it is in the form of a matrix, but there I used i-1, in consequence of which, instead...

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

2

respuestas

Pregunta


Filtered by matrix columns
a = this is my maximum r = is his position c = new variable if r is validfor [a,r]=max(FF); or i = 1:length(a)-1 f(i)...

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

0

respuestas

Pregunta


Сomparison of columns in the matrix
Hello! I need to compare the columns in the matrix.I found maxima in my matrix and now I need to check for correctness. Maximu...

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

1

respuesta

Pregunta


Integral of my area
Hi, I have values ​​in the matrix, I know where they are exactly located, how can I integrate the range of these values? ErT1{i...

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

1

respuesta

Pregunta


Divide the array of cells
Hello! I have two arrays of cells and nodo divide them among themselves, in some parts of the cells there is an "o". Gll{i}=Unt...

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

1

respuesta

Pregunta


Condition for matlab if
[d,g] = max(Wscat,[],1); for i = 1:length(d) if g(i)+20>size(Wscat,1); PP=Wscat((g(i)-50:g(i)),i) ; ...

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

3

respuestas

Respondida
The length of the array of cells
Thanks, the first version helped

más de 6 años hace | 0

Pregunta


Defining several maxima in the matrix
Hello! I have a maximum, he is at the very beginning, how can I do this so that conditionally in the first 100 lines the max...

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

0

respuestas

Pregunta


Take the integral of the array of cells
Hello! I have an array of cells in each of which are my values, I need to take the integral of each value of them p.s. large arr...

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

0

respuestas

Pregunta


The length of the array of cells
Hello! I have an array of cells from the matrix, the number of rows in each cell is different, and I need to get this very lengt...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Respondida
Cycle for the matrix
[d,g] = max(Wscat,[],1); LL=size(cell(V)); %% LL - ???? V=cell(1); T=cell(1); for i = 1:length(d) if g(i)+LL>size(Wsca...

casi 7 años hace | 0

Respondida
Cycle for the matrix
I replaced v1 and v2 with T and B, but why don't they give out all my columns, but only the last one, and how can I fix this? [...

casi 7 años hace | 0

Pregunta


Cycle for the matrix
Hello! I have a matrix with dimensions of 600 per 1000, it is necessary to select a maximum of each column and count the first 5...

casi 7 años hace | 3 respuestas | 0

3

respuestas