Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
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)

Community Treasure Hunt

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

Start Hunting!