필터 지우기
필터 지우기

problems while creating.exe file in matlab

조회 수: 1 (최근 30일)
SHOBA MOHAN
SHOBA MOHAN 2018년 2월 6일
댓글: SHOBA MOHAN 2018년 2월 11일
I want to create executable file for matlab files which can be run by system which dont have matlab software. In command prompt i typed deplotool from which i selected matlab complier i attached the main function and associated files. I got this error
ant:
<ant>
<mkdir dir="C:\Users\Deepa\Documents\MATLAB\Recognition\for_redistribution" />
<mkdir dir="C:\Users\Deepa\Documents\MATLAB\Recognition\for_testing" />
</ant>
mcc -C -o Recognition -W WinMain:Recognition -T link:exe -d C:\Users\Deepa\Documents\MATLAB\Recognition\for_testing -v C:\Users\Deepa\Documents\MATLAB\Recognition.m -a C:\Users\Deepa\Documents\MATLAB\Number_Plate_Extraction\create_templates.m
Test checkout of feature 'Compiler' failed.
mcc failed
Please provide your input for the successful creation of .exe file.
  댓글 수: 4
Walter Roberson
Walter Roberson 2018년 2월 11일
You appear to have the product installed, but
  • you might not have it licensed
  • you might somehow have it licensed in a different license file that MATLAB is having difficulting finding
  • you might be using a shared license that someone else has checked out
  • you might be using a license manager that is having difficult serving the license
Are you using a standalone named-user license?
SHOBA MOHAN
SHOBA MOHAN 2018년 2월 11일
I am using shared license Walter. Shall i try with borrowing license for matlab compiler. Suggest me is it really works to solve the problem?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by