How to deploy Standalone applications

1 view (last 30 days)
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

Accepted Answer

Sean de Wolski
Sean de Wolski on 8 Jun 2015
That looks like a licensing issue. What's the output from:
which -all deploytool
Does it say "No License Available" or similar?
  1 Comment
AJFM
AJFM on 8 Jun 2015
After using which -all deploytool it says:
>which -all deploytool
>C:\Program Files\MATLAB\R2013b\toolbox\compiler\deploytool.m
I really don't know what's happening

Sign in to comment.

More Answers (0)

Categories

Find more on Application Deployment in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!