chào mọi người,
em đang làm đồ án về nhận dạng khuôn mặt dùng pca kết hợp với svm
em đã add svm toolbox vào Matlab
nhưng khi chạy file thì matlab báo là không tìm được file qp.mew32 gì đó,
như thế này ạ
Support Vector Classification
_____________________________
Constructing ...
Optimising ...
??? Invalid MEX-file 'E:\qp.dll': E:\qp.dll is not a valid Win32
application.
.
Error in ==> svc1 at 60
[alpha lambda how] = qp(H, c, A, b, vlb, vub, x0, neqcstr);
em search trên google thì tìm được cách khắc phục như sau:
Support Vector Classification
Error: "Invalid MEX-file '...\svm\qp.dll'"
Modification Process: 1) re-run mex to debug qp.c mex -v qp.c pr_logo.c
2) In introduction of the toolbox, the authors point that using mv qp.mex??? to update this system.However,
there isn't the function 'mv' existing. For this purpose, we needn't use the command.
Because the last process produce qp.mexw32 which is same to qp.dll in function and using.
3) Copy "qp.mexw32" to svm
4) Success compile and run
em đã làm thử nhưng không được, lỗi như sau:
'mex' is not recognized as an internal or external command, operable program or batch file.
Ai giúp em khắc phục với, tình hình là thời gian bảo vệ sắp đến, mà em vẫn chưa code được. Cảm ơn mọi người nhiều nhiều...Thank all !!
em đang làm đồ án về nhận dạng khuôn mặt dùng pca kết hợp với svm
em đã add svm toolbox vào Matlab
nhưng khi chạy file thì matlab báo là không tìm được file qp.mew32 gì đó,
như thế này ạ
Support Vector Classification
_____________________________
Constructing ...
Optimising ...
??? Invalid MEX-file 'E:\qp.dll': E:\qp.dll is not a valid Win32
application.
.
Error in ==> svc1 at 60
[alpha lambda how] = qp(H, c, A, b, vlb, vub, x0, neqcstr);
em search trên google thì tìm được cách khắc phục như sau:
Support Vector Classification
Error: "Invalid MEX-file '...\svm\qp.dll'"
Modification Process: 1) re-run mex to debug qp.c mex -v qp.c pr_logo.c
2) In introduction of the toolbox, the authors point that using mv qp.mex??? to update this system.However,
there isn't the function 'mv' existing. For this purpose, we needn't use the command.
Because the last process produce qp.mexw32 which is same to qp.dll in function and using.
3) Copy "qp.mexw32" to svm
4) Success compile and run
em đã làm thử nhưng không được, lỗi như sau:
'mex' is not recognized as an internal or external command, operable program or batch file.
Ai giúp em khắc phục với, tình hình là thời gian bảo vệ sắp đến, mà em vẫn chưa code được. Cảm ơn mọi người nhiều nhiều...Thank all !!