OpenRecon中运行build出错,如
Error: Could not detect a compiler on local system which can compile the specified input file(s) Error using mex
参见http://www.mathworks.com/support/compilers/R2012a/win64.html
除了设置好当前路径之外,还需要在matlab运行语句
mex -setup
本文介绍了解决在OpenRecon中遇到的mex编译错误的方法,包括如何设置当前路径及在MATLAB中运行mex-setup命令等步骤。
OpenRecon中运行build出错,如
Error: Could not detect a compiler on local system which can compile the specified input file(s) Error using mex
参见http://www.mathworks.com/support/compilers/R2012a/win64.html
除了设置好当前路径之外,还需要在matlab运行语句
mex -setup

被折叠的 条评论
为什么被折叠?