Statistik
9 Fragen
0 Antworten
RANG
38.561
of 300.759
REPUTATION
1
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
88.89%
ERHALTENE STIMMEN
1
RANG
of 21.081
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.900
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
How to delete every nth row?
I have a given matrix and I would like to delete every nth row. (Is there any particularity I have to keep in mind given that my...
etwa 9 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
nchoose2: save output in chunks?
Hi everyone, I have a cell array N(m,n) with mixed numeric/ string (with the first row as a header). I would like to create comb...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
cell array: larger/ smaller than statement
I have a cell array A (with string and numeric entries). I would like to drop each row where the (purely numeric) value in colum...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
isnan cellfun and dropping rows
Hi, in my cell array X, I would like to drop all rows where the value of the 4th column is NaN (the new cell array is Y). I a...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Substitute for join/ outerjoin in cell array?
It seems join and outerjoin only work for tables. Is there a substitute for cell arrays?
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Code doesn't work with different path
Hi, I have some code* which works well when I define the path to be my Dropbox (installed on the hard disk): data_path = fu...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Generate numeric code based on string value
In my cell array, I have one column which contains string values such as a_abc_ABC. How can I generate a new column/ variable wh...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Create new column in cell array based on string values in other columns
In my cell array, I have three columns containing strings: 'string1' 'string2' 'string3' I would like to add a new column con...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Function to create duplicate obs based on the value of a string variable
In my dataset, I have a variable which takes values like abc-ABC or abc-def-ABC (i.e., one or more lower case codes and one uppe...
mehr als 9 Jahre vor | 2 Antworten | 0
