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

I would want to ask about how I could create an executable (gui) with Matlab 2013b, someone can help me? Thanks in advanced!

답변 (1개)

Iain
Iain 2016년 6월 7일
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

I downloaded MCRinstaller.exe but Matlab said me: mcc inicio -m Error using mcc Test checkout of feature 'Compiler' failed. Where is the directory where I should put this executable?
I used "deploytool" but I have this error : Test checkout of feature 'Compiler' failed.
mcc failed.
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

질문:

2016년 6월 7일

댓글:

2016년 6월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by