Matlab version 2008b not recognizing Microsoft Visual Studio 2010 C++ compiler
显示 更早的评论
Matlab version 2008b with the compiler is not recognizing Microsoft Visual Studio 2010 C++ compiler (or 2005 Express Edition)
回答(2 个)
Walter Roberson
2012-4-19
0 个投票
Correct. No existing version of MATLAB will recognize a compiler version newer than the date the MATLAB version was released.
C++ 2005 Express is supported by MATLAB R2008b for 32 bit compilation.
However, C++ 2005 Express is not supported by MATLAB R2008b for 64 bit compilation: the Professional version is required instead.
James Tursa
2012-4-19
0 个投票
You might be able to find some mex setup files in the FEX to help you. E.g.,
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Compiler 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!