我用matlab自带的svmclassify结果跑出这个
Reference to non-existent field 'SupportVectors'.
用which找过了没有重复的 svmtrain 和svmclassify
参数位置转置掉换都没用
Test_Result= svmclassify(svm,Totalfeature_matrix);
打svm.SupperVectors
显示 Reference to non-existent field 'SupportVectors'.
google有人跟我有同样问题但没人回