photo

Thirunavukkarasu Yadav


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
38,968
of 301,751

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
1

排名
 of 21,409

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,380

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 1

2

个回答