Community Profile

photo

himakshi Shekhawat


Active since 2015

Followers: 0   Following: 0

Message

Professional Interests: image processing

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


I require matlab code for knn classifier as I am not able to get how to design the same.
Matlab code for knn classifier Thanks in advance

9 years ago | 1 answer | 0

1

answer

Question


can anyone provide me with the code of decision tree which takes in input an excel file with mixed type of datatype i.e columns having boyh string and integer type of data
code for decision tree which takes an excel file with string and integer type of data in columns. Thanks

9 years ago | 0 answers | 0

0

answers

Question


how to read strings from excel sheet to matlab and use them as input for decision tree classification
I want to read strings from excel sheet to matlab. xlsread function reads only mumeric values and NaN in place of strings. then ...

9 years ago | 1 answer | 0

1

answer

Question


I want to export matlab output to an excel file starting from G2 column and for this the code i had written is exporting the data correctly but not to the desired location .It is printing in 21st number of rows rather than 2nd.
the code is ResultFile = xlsread('filename'); sz= size(ResultFile,1); b= num2str(sz+1); location = strcat('G2',b);...

9 years ago | 1 answer | 0

1

answer