MATLAB: Does r2015a support c++ Compiler

MATLAB Compilerr2015avisual studio 2010(c++) express

I have 3 versions of Matlab on a PC – MATLAB r2006b, r2011b and r2015a. Now I have installed MS Visual Studio 2010(C++) Express Edition on the same PC. Now r2011b is able to locate the Visual Studio C++ Complier but r2015a doesn't. Kindly help regarding this issue.

Best Answer

R2011b was the last version to support any of the Express compilers. For R2015a you need to use one of the Professional compilers (2008, 2010, 2012, 2013), or you need to use SDK 7.1. Or lcc if you are still running 32 bits.
Related Question