From: Mark on
When creating a MATLAB stand-alone feature, the command prompt usually opens. This can be suppressed with the command

mcc -e <filename.m> -o <filename>

However, this is found in the MATLAB compiler documentation:

This feature requires the application to successfully compile with a Microsoft Compiler (such as that offered with the free Microsoft Visual Studio Express).

I tried to download this compiler, Visual Studio Express 2008. This compiler isn't found by MATLAB 2008b. Can anyone tell me were to download an other Windows compiler, that will suppress the command prompt and is compatible with MATLAB 2008b?