在vc里我用matlab引擎调用了Matlab的函数,我想用
mex -f msvc60engmatoppts.bat <filename> 命令把我的函数编译成可执行文件,然后在VC里用shellexec()外部调用函数进行调用,可是mex命令总是有错,出错信息如下:
Could not find the compiler "cl" on the DOS path.
Use mex -setup to configure your environment properly.
可是我已经用mex -setup配置过了还是不对,不只为什么?请大家帮忙?不胜感激?
<!-- end -->