Question


'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)),...

6 years ago | 0 answers | 0

0

answers

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

6 years ago | 0

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 3 answers | 0

3

answers

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

6 years ago | 0

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 2 answers | 0

2

answers

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

6 years ago | 0

Answered
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? [...

6 years ago | 0

Question


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

6 years ago | 3 answers | 0

3

answers