首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

matlab和libsvm的接口有关问题

2012-02-20 
matlab和libsvm的接口问题 mex -setupPlease choose your compiler for building external interface (M

matlab和libsvm的接口问题
>> mex -setup
Please choose your compiler for building external interface (MEX) files:  
 
Would you like mex to locate installed compilers [y]/n? y
 
Select a compiler:  
[1] Digital Visual Fortran version 6.0 in C:\Program Files\Microsoft Visual Studio  
[2] Lcc C version 2.4 in E:\MATLAB7\sys\lcc  
[3] Microsoft Visual C/C++ version 6.0 in C:\Program Files\Microsoft Visual Studio  
 
[0] None  
 
Compiler: 3
 
Please verify your choices:  
 
Compiler: Microsoft Visual C/C++ 6.0  
Location: C:\Program Files\Microsoft Visual Studio  
 
Are these correct?([y]/n): y
 
Try to update options file: C:\Documents and Settings\Administrator\Application Data\MathWorks\MATLAB\R14\mexopts.bat  
From template: E:\MATLAB7\BIN\WIN32\mexopts\msvc60opts.bat  
 
Done . . .  
>> make
??? Undefined function or variable 'make'.
接下来该怎么解决,请教高手!

[解决办法]

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

热点排行