Statistik
7 Fragen
0 Antworten
RANG
38.964
of 301.653
REPUTATION
1
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
57.14%
ERHALTENE STIMMEN
1
RANG
of 21.377
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.992
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 find date data type in given field
Example Raw={'12-may-2014','1-05-2016','14/12/2016', 'string','123'} how to find idx is true and false field idx={1,1,1,0,...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to use the split function the below dataset
raw={'12_peeter','14_kumar','34_jai','56_papu'} how to replace this format a={'peeter-12','kumar-14','jai-34','papu-56'} ...
mehr als 9 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to resolve the inconsistent fields....
Country Name(CN) CN={'America', 'Amrica', 'cheina', 'china', 'Cnada', 'canada', 'mexico', 'mexicoo'} But How to corre...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to find inconsistent and irrelevent data found in a dataset
for Example qualification: a={'UG','PG','Diploma','123','Nil','professional','12-may-2016'} how to find numbers, date, Nil...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to replace Missing value Nearest Neigbour method for the given data
A={‘GANAPAVARAM’, ‘ACHYUTHAVALLI’, 1,’ MARRIED’, 83;’ KALEKHANPET’,’ LILLY’, 3,’ UNMARRIED’, NaN; NaN, ‘PRABHAVATHI’, 1, ‘UNMARR...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to change unique format in the date field
a={'05-03-13','10-12-13','04-03-14','16/07/2014','08-07-13','28/11/2013','12-06-12','02-03-12','19/04/2013'} they have mixed ...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to find NaN values in a cell array.
This is my data: a = {'raja' 'I' 76 56 NaN;'bala' 'R' 12 7 56;'kavi' NaN 56 5 12} X = find(isnan...
mehr als 9 Jahre vor | 2 Antworten | 1
