Application Deployment for MATLAB 2014b

7 views (last 30 days)
Maxim Dulebenets
Maxim Dulebenets on 13 Mar 2015
Answered: Aravind K on 23 Apr 2015
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

Answers (3)

Image Analyst
Image Analyst on 13 Mar 2015
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 Comments
Maxim Dulebenets
Maxim Dulebenets on 14 Mar 2015
Probably my license for Matlab 2014b is limited. That's why I cannot access the deploytool.
Image Analyst
Image Analyst on 14 Mar 2015
Type ver at the command line to see if you have the MATLAB Compiler toolbox licensed.

Sign in to comment.


Michelle Hirsch
Michelle Hirsch on 13 Mar 2015
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.
  1 Comment
Maxim Dulebenets
Maxim Dulebenets on 14 Mar 2015
Thank you for your feedback. Probably my license for Matlab 2014b is limited.

Sign in to comment.


Aravind K
Aravind K on 23 Apr 2015
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

Categories

Find more on Manage Products 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!