i get error on svmtrain() ,i guess i need 6*12 vector i tried hard but get ths error?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!