MATLAB: Trying to run the vgg_kmiter.cpp in matlab 2012b

error

Im trying to run this code in Matlab 2012b but am encountering the following error: mex vgg_kmiter.cpp Error: Could not detect a compiler on local system which can compile the specified input file(s) Error using mex (line 206) Unable to complete successfully.
Pls do help me. Thanks.

Best Answer

You need to install one of the C++ compilers supported for R2012b for your operating system.
Related Question