his is my svm coding.its not working properly. showing error
>> test2
??? Error using ==> svmtrain at 190
GROUP and TRAINING must have the same number of rows.
Error in ==> test2 at 28
svmStruct = svmtrain(data,data1,''showplot'',true,''Kernel_Function'',''polynomial'',''Polyorder'',2?);
please check my code and help me to get the output.