How to create a Executable (.exe) with MatLab 2013b ?
2 ビュー (過去 30 日間)
古いコメントを表示
I would want to ask about how I could create an executable (gui) with Matlab 2013b, someone can help me? Thanks in advanced!
0 件のコメント
回答 (1 件)
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 件のコメント
Harsheel
2016 年 6 月 16 日
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.
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!