how to classify different number of matrix dimension with svm classification

2 views (last 30 days)
i do svm train with matrix 1000x500, and i want to classify matrix 500x500 but i can't found the result. here my script :
classes = svmclassify(svmStruct,data,'showplot',false);
any solution?

Answers (0)

Community Treasure Hunt

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

Start Hunting!