Statistik
11 Fragen
0 Antworten
RANG
115.785
of 301.540
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
63.64%
ERHALTENE STIMMEN
0
RANG
of 21.319
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.260
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Replace values to 0 in specific ranges.
A=[1 0 0 0 2 3 0 0 0 4 ...100 40 20 1 0 0 0 2 3 4 0 5 .... 100 90 80 40 20 1 2 0 3 0 0 4... 100]; B=[1 0 0 0 2 3 0 0 0 4 .....
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Counting column number until a specific value in a different matrix.
A=[ 0 0 0 0 1 1.1 1.2 2 2.5 3 3.3 4 4.1 4.2 4.3 5 .... 100 0 1 2 2.2 2.3 3 4.5 .... 100 50 23 1 0 0 0...] B=[ 1 2 3 4 5 6 ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
In a specific range, finding the first value over a specific value and maximum value
I have a data set more. [A] A= [1 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0]; By using A matrix, two 1s ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Problem after interp1.
A matrix has a lot of 151 and 1 values. A = [ 1 1.5 2 2.33 2.67 3 ....... 150.75 151 101 51 1 1.5 2 2.33 2.67 3 3.33 ......]...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to use linear interpolation on irregular intervals and reset value
[ 0 0 0 0 1 0 0 2 0 0 3 0 0 0 1 0 2 0 3 0 0 0 0 1 ] result=> [ 0 0.25 0.5 0.75 1...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Count specific values in a matrix and Find row and column number of the first value among consecutive same values.
1) Counting the number of the specific values. such as [1 1 1 1 1 1 2 2 2 2 3 3 3 3 3 4 4 4 4 4 4 4 4 4 5 5 5 6 6 6 6 6 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use cumsum + interp1q on reset values.
[ 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 ] cumsum with reset '3' value and delete repeated v...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to fill values between two values.
A = [1 0 0 0 2 0 3 0 0 0 0 4 0 5 ....] B = [1 1.25 1.5 1.75 2 2.5 3 3.2 3.4 3.6 ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Cumsum function + range of values after cumsum.
A 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 ..... 0 0 1 0 0 0 0 1 0 0 1 0 1 .... cumsum 0 0 0 1 1 1 2 2 2 2 2 3 3...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Finding a value and call the cell number or counting value on the same length of vectors.
I'd like to call the row number when B(i,1)==1; For i=1:n; if B(i,1)==1; (strfind is only for 1 row.) how to call th...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use for loop and ifelse condition with Nx1 matrix.
A:N x 1 matrix. n = size(A,1) for i = 1:n % increment 1 if A(i,1) = 5 % Error: The expr...
mehr als 10 Jahre vor | 1 Antwort | 0
