MATLAB: How to deploy Standalone applications

application compilermatlab coderstandalone

I'm trying to use r2013b to get a matlab.exe file using deploytool.
This is the error shows in the PackagingLog.text:
>Test checkout of feature 'Compiler' failed.
>mcc failed.
Anybody know what the problem is?
I've got Matlab Coder and Matlab Compilar Toolbox installed and their licenses are ok

Best Answer

That looks like a licensing issue. What's the output from:
which -all deploytool
Does it say "No License Available" or similar?
Related Question