i get error on svmtrain() ,i guess i need 6*12 vector i tried hard but get ths error?

model=svmtrain(Features,labels);
Error using |
Matrix dimensions must agree.
Error in svmtrain (line 265) nans = any(isnan(training)|isnan(groupIndex),2);
my feature set is 6*12.

Answers (0)

This question is closed.

Asked:

on 17 Aug 2014

Closed:

on 20 Aug 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!