MATLAB: Do I no longer see a DOS window when running the deployed GUI application compiled using MATLAB Compiler 4.11 (R2009b)

MATLAB Compiler

I have a deployed application, which always showed both the GUI and a DOS window in previous releases when run. After re-compiling it using MATLAB Compiler 4.11 (R2009b) I only see the GUI.

Best Answer

This is due to the fact that the default 'Target' setting for DEPLOYTOOL has changed from 'Console Application' to 'Windows Standalone Application'. In order to make the DOS window re-appear make sure to select 'Console Application' to be the target.