Application Deployment for MATLAB 2014b
3 次查看(过去 30 天)
显示 更早的评论
Dear MATLAB representatives and community,
I often use Application Deployment App to create .exe files from MATLAB functions in MATLAB 2014a. Recently I created a program, utilizing the Mapping Toolbox within MATLAB 2014b. I was trying to create an executable file with MATLAB 2014b, however I was not able to find the Application Deployment App. I am not able to compile the same function within MATLAB 2014a, because MATLAB 2014a does not have the Mapping Toolbox. I was wondering if Application Deployment App is supported within MATLAB 2014b? Is it possible to download it and run within MATLAB 2014b? Or MATLAB 2014b does not create standalone applications?
Thank you for your help, Max
0 个评论
回答(3 个)
Image Analyst
2015-3-13
I don't have the Mapping Toolbox or know what that app is. I do have the compiler and I use the mcc command from the command line. Other people use deploytool. Can you use deploytool?
4 个评论
Image Analyst
2015-3-14
Type ver at the command line to see if you have the MATLAB Compiler toolbox licensed.
Michelle Hirsch
2015-3-13
I'm not sure when it happened, but deploytool was renamed to Application Compiler. This is how it looks like in the Apps gallery in 15a. I'm pretty sure it's the same in 14b:
If you don't see it, it might be that you don't have a license for the MATLAB Compiler setup in your 14b installation.
Aravind K
2015-4-23
What are the basic requirements required to generate .exe in matlab 2014b
Ex: Microsoft SDK Version? Compiler Version ? Visual Studio version?
i am trying to generate .exe but every time it is getting fail please help me out to generate .exe 2014b
Thank You in advance
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Standalone Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!