How to create a Executable (.exe) with MatLab 2013b ?

7 Ansichten (letzte 30 Tage)
Mario Martos
Mario Martos am 7 Jun. 2016
Kommentiert: Harsheel am 16 Jun. 2016
I would want to ask about how I could create an executable (gui) with Matlab 2013b, someone can help me? Thanks in advanced!

Antworten (1)

Iain
Iain am 7 Jun. 2016
You need the compiler toolbox. The method I use is:
mcc <scriptname> -m
The Matlab compiler runtimes need to be installed for the exe to be able to run. (MCRinstaller.exe should be somewhere in your matlab install)
  3 Kommentare
Mario Martos
Mario Martos am 7 Jun. 2016
I used "deploytool" but I have this error : Test checkout of feature 'Compiler' failed.
mcc failed.
Harsheel
Harsheel am 16 Jun. 2016
Looks to me like the license for the "MATLAB Compiler" product has expired. Try to run the following two commands:
>>license('test','Compiler')
>>license('checkout','Compiler')
If any of the two fail then you may need your Sys Admin to contact MathWorks Technical Support to renew your license.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by