Error while creating a standalone executable application ?

1 view (last 30 days)
While creating an executable application (made by uicontrol), I always have this error "error during packaging", When I open the log file it comes up with this :
ant:
<ant>
<mkdir dir="C:\Users\Mayssa\Desktop" />
<mkdir dir="C:\Users\Mayssa\Desktop" />
</ant>
mcc -C -o firstpage -W WinMain:firstpage -T link:exe -d C:\Users\Mayssa\Desktop -v C:\Users\Mayssa\Desktop\pfe\Matlab\interface\firstpage.m
Test checkout of feature 'Compiler' failed.
mcc failed.
Any ideas please for this problem ?

Answers (1)

Walter Roberson
Walter Roberson on 14 May 2015
As far as the program can tell, you have not licensed the MATLAB Compiler product, which is required in order to make stand-alone executables.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!