MATLAB: Successfully compiled a GUI with no Errors but the executable file doesn’t run

compiledeploytoolguiguideMATLAB Compiler

Greeting, My Gui has been compiled successfully (at least that's what the deploytool said {i.e. "Build Finished"}). When cliked on the executable file, nothing happened. It didn't run at all. I have the saved the log file if that would help (and can attach here later). Thanks, Simon

Best Answer

Hi,
sounds like you compiled a standalone application which throws a MATLAB error whichs is not displayed because there is no console to display it.
So recompile it as console application and start it from a DOS prompt in order to see the actual error. This should help to fix your code.
Related Question