libsvm matlab 2010b,在matlab上使用libsvm工具箱使用错误及解决方法汇总

>> mex -setup

Welcome to mex -setup.  This utility will help you set up

a default compiler.  For a list of supported compilers, see

http://www.mathworks.com/support/compilers/R2012a/win32.html

Please choose your compiler for building MEX-files:

Would you like mex to locate installed compilers [y]/n? y

Select a compiler:

[1] Lcc-win32 C 2.4.1 in D:\PROGRA~1\MATLAB\R2012a\sys\lcc

[2] Microsoft Visual C++ 2008 SP1 in D:\Microsoft Visual Studio 9.0

[0] None

Compiler: 2

Please verify your choices:

Compiler: Microsoft Visual C++ 2008 SP1

Location: D:\Microsoft Visual Studio 9.0

Are these correct [y]/n? y

***************************************************************************

Warning: MEX-files generated using Microsoft Visual C++ 2008 require

that Microsoft Visual Studio 2008 run-time libraries be

available on the computer they are run on.

If you plan to redistribute your MEX-files to other MATLAB

users, be sure that they have the run-time libraries.

***************************************************************************

Trying to update options file: C:\Users\Administrator\AppData\Roaming\MathWorks\MATLAB\R2012a\mexopts.bat

From template:              D:\PROGRA~1\MATLAB\R2012a\bin\win32\mexopts\msvc90opts.bat

Done . . .

**************************************************************************

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:

http://www.mathworks.com/help/te ... rnal/bsflnue-1.html

Building with the -largeArrayDims option enables the new API.

**************************************************************************

>> make

LINK : fatal error LNK1181: 无法打开输入文件“kernel32.lib”

D:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Link of 'svmtrain.mexw32' failed.

Error using mex (line 206)

Unable to complete successfully.

Error in make (line 5)

mex -O svmtrain.c svm.obj svm_model_matlab.obj

>> load heart_scale.mat

>>  train = heart_scale_inst;

train_label=heart_scale_label;

test=train;

test_label=train_label;

model=svmtrain(train_label,train,'-c 2 -g0.01');

[predict_label,accuracy]=svmpredict(test_label,test,model);

Error using svmtrain (line 233)

Y must be a vector or a character array.

这种情况咋解决啊,谢啦

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值