查看单个帖子
旧 2008-03-09, 07:34   #1
yjwx18
初级会员
 
注册日期: 2008-03-03
年龄: 37
帖子: 3
声望力: 0
yjwx18 正向着好的方向发展
默认 [求助]关于 linux matlab的问题

我下载了一个osu-svm ,然后在我的linux上面运行他附带的demo, error code 如下.但是这个code 在我我的windows环境下面没有问题,我猜想是dll或者 mex文件的问题,是不是系统编译的时候有出入啊,我试着用mex-setup设置了compiler,但是还是有问题。有没有高手帮帮我呢?小女这里有理了 ^^我用的是2007b,谢谢大家!!!


% Constructing using the most simple format.
% By using this format, the default values of C, Epsilon, CacheSize
% are used. That is, C=1, Epsilon=0.001, and CacheSize=35MB

[AlphaY, SVs, Bias, Parameters, nSV, nLabel] = LinearSVC(Samples, Labels);
??? Undefined function or method 'LinearSVC' for input arguments of type 'double'.

Error in ==> c_lindemo at 50
[AlphaY, SVs, Bias, Parameters, nSV, nLabel] = LinearSVC(Samples, Labels);

Error in ==> c_svcdemo at 25
eval(demos)

Error in ==> osusvmdemo at 23
eval(demos)
yjwx18 当前离线   回复时引用此帖