photo

Thirunavukkarasu Yadav


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
38,968
of 301,763

평판
1

참여
7 질문
0 답변

답변 채택
57.14%

획득한 표
1

순위
 of 21,413

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,447

참여
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년 초과 전 | 답변 수: 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

2

답변