Hi, I am having a problem running MATLAB deploytool.
We have two computers with MATLAB installed on them. One machine definitely does not have the compiler license.
However, the other machine definitely does (I know this becaue when I click on start, and hover over MATLAB, I can see MATLAB compiler as one of the options.
However, when I click on deploytool (or type deploytool into the command window), nothing happens. The deploytool GUI does not open and no error message is displayed.
Do I need to set the compiler up somehow before using it?
Kind Regards, David Graham.

 Réponse acceptée

Friedrich
Friedrich le 17 Août 2011

0 votes

Hi,
you don't have to setup anything before you are able to open the deploytool. Please check if the license work correctly through typing
license('checkout','COMPILER')
in MATLAB. One should be returned.
Does the Compiler works at all? So you can compile a small example, e.g. through mcc -m your_test_function.m?
What happens when you call the deploytool through
com.mathworks.mde.deploytool.plugin.PluginManager.allowMatlabThreadUse(); com.mathworks.toolbox.compiler.plugin.DeploytoolCommandLineParser.parse([], pwd);

1 commentaire

David Graham
David Graham le 17 Août 2011
Thanks for your help.
It seems the COMPILER license expired in June, it must have been a trial license or something.
Thanks again.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by