Statistik
9 Fragen
0 Antworten
RANG
18.035
of 296.364
REPUTATION
2
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
88.89%
ERHALTENE STIMMEN
2
RANG
of 20.397
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 156.205
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Substracting matrix with NaN values
I have 4 matrix A, B, C and D. All matrix have NaN values, and matrix C and D have a lot of NaN values. Now I want to take A and...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Sort stocks into portfolios based on two characteristics
I have 3 matrix with the dimension 235x7690. The 235 represent months, the first month is june 1995, and 7690 are the number of ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Create new matrix based on an existing one
I have a big matrix. Now I want to create a new matrix that takes the first value in each column and changes the following 11 va...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Replace values in a matrix below 1% and above 99%
I have a big Matrix. In the Matrix I have a lot of values but also some NaN. Now £I want to replace all values that are below 1%...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
change equal values in a column to nan
I have matrix with several columns and rows. Most of the columns are like (1.02 1.05 1.03 1.04 1.04 1.04 1.04 .. 1.04). No I wou...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to put dates on de x-axis
I have a vector with different values. I want to plot it and that on the x axis the dates appear. I don't have any vectors with ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Add various horizontal lines to a plot
How can I add various horizontal lines to a plot? I have a plot and now I want to add several horizontal lines. I would like to...
mehr als 8 Jahre vor | 3 Antworten | 2
3
AntwortenFrage
Delete all values in a row after the first value
Hi everyone I have a matrix with 3000 rows and 4 columns. the values in the matrix are just one and zero. The sum of each row...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I have a dummy vector with 5000 rows and 1 column . I have some single 1 in this vector. No I want to change all 0 before the 1 to 1 and also change the 3 following 0 after the 1 to 1. But I don't know how. Could someone help me?Thank you a lot.
In gener i would like to change 0 0 1 0 0 0 0 to 0 1 *1* 1 1 1 0
mehr als 8 Jahre vor | 3 Antworten | 0