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)
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.
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!