zhuxiaoxun 发表于 2011-4-21 15:46

SVM工具箱中qp函数的问题

哪位高手能帮我解决一下我的SVM工具箱中qp函数的问题。
我电脑新装了WIN7系统,64位,但工具箱用不了了,出现了以下情况:
??? Undefined function or method 'qp' for input arguments of type 'double'.
Error in ==> svr at 85
    = qp(Hb, c, A, b, vlb, vub, x0, neqcstr);
Error in ==> mul_SVC_text at 43
=svr(trnX,trnY,ker,C)         % 训练
我按照网上的解决方法:mex -v qp.c pr_loqo.c
但没有发现原先的qp.dll变为qp.dll.old,也没有出现qp.mexw32,出现如下提示:
mex -v qp.c pr_loqo.c
This is mex, Copyright 1984-2007 The MathWorks, Inc.
C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error: 'qp.c' not found.
??? Error using ==> mex at 222
Unable to complete successfully.
>> mex -v qp.c pr_loqo.c
This is mex, Copyright 1984-2007 The MathWorks, Inc.
Select a compiler:
None
Compiler: 0
mex: No compiler selected. No action taken.
**************************************************************************
Warning: The MATLAB C and Fortran API has changed to support MATLAB
         variables with more than 2^32-1 elements.In the near future
         you will be required to update your code to utilize the new
         API. You can find more information about this at:
         Building with the -largeArrayDims option enables the new API.
**************************************************************************
C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error: No compiler options file could be found to compile source code. Please run "mex -setup" to rectify.
??? Error using ==> mex at 222
Unable to complete successfully.
真希望能有哪位高手指点一二,小弟在此怀着急切的心情拜谢了!

zhuxiaoxun 发表于 2011-4-25 14:15

大家没遇到过这种问题吗?

liu@yanyong 发表于 2015-7-3 22:45

我认为是你没装vc++6.0编译器,你若有vc++6.0编译器,在matlab命令窗口 输入mbuild -setup

happy 发表于 2015-10-10 09:11

第一个问题是由于qp函数版本过低造成的
你网上找的方法就是重新编译qp函数
之所以还出现错误是因为你没有设置mex编译器
页: [1]
查看完整版本: SVM工具箱中qp函数的问题