From: Doris on
When I use the svm_v0.55 toolbox, I countered the following problems:

??? Error using ==> smosvctutor.smosvctrain at 112
unable to compile MEX version of 'smosvctrain(smosvctutor)', please make
sure your
MEX compiler is set up correctly (try 'mex -setup').

Error in ==> smosvctutor.train at 121
net = smosvctrain(tutor, x, y, C, kernel, zeta, alpha, bias);

Error in ==> svc.train at 50
net = train(tutor, varargin{:});

However, when I type "mex -setup", it is successfully done. But the demo.m can't work, when I run the compilemex.m, the errors occurs:

??? Error using ==> mex at 221
Unable to complete successfully.

Error in ==> compilemex at 9
mex smosvctrain.cpp InfCache.cpp LrrCache.cpp SmoTutor.cpp -lm

However, in the past I have used svm_v0.54, it was successfully ran.

Can someone help me to solve this problem?
 | 
Pages: 1
Prev: resolution of input and output
Next: Curve