I am trying to compute the accuracy of the HMAX model. First, I used a simple nearest Neighbor Classifier, secondly the Support Vector Machine (SVM) classifier.
In my laptop, I have the 7.6.0(R2008a) MATLAB version
, and I obtained great values of accuracy by using either the nearest neighbor or svm classifer. When I moved to work on my friend's laptop in which the R2013b matlab version
is installed instead of 7.6.0(R2008a), I always got the same error by using the svm classifer.
Error in mexSVMTrain (line 1)
function [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = mexSVMTrain(Samples, Labels, Parameters, Weight, Verbose)
Output argument "AlphaY" (and maybe others) not assigned during call to
"C:\Users\xxxx\Documents\MATLAB\aub matlab\osu-svm\mexSVMTrain.m>mexSVMTrain".
Please I need your help in order to resolve this problem. Any help will be very appreciated.