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.

 채택된 답변

Friedrich
Friedrich 2011년 8월 17일

0 개 추천

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

David Graham
David Graham 2011년 8월 17일
Thanks for your help.
It seems the COMPILER license expired in June, it must have been a trial license or something.
Thanks again.

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

추가 답변 (0개)

카테고리

도움말 센터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!

Translated by