統計
MATLAB Answers
7 質問
0 回答
ランク
of 176,227
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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,...
9年以上 前 | 1 件の回答 | 0
1
回答質問
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'} ...
9年以上 前 | 3 件の回答 | 0
3
回答質問
How to resolve the inconsistent fields....
Country Name(CN) CN={'America', 'Amrica', 'cheina', 'china', 'Cnada', 'canada', 'mexico', 'mexicoo'} But How to corre...
9年以上 前 | 0 件の回答 | 0
0
回答質問
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...
9年以上 前 | 1 件の回答 | 0
1
回答質問
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...
9年以上 前 | 0 件の回答 | 0
0
回答質問
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 ...
9年以上 前 | 2 件の回答 | 0
2
回答質問
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...
9年以上 前 | 2 件の回答 | 1
