How to compile matlab code into .netlibrary?

I have written some Matlab code, i want to create .net dll using "deploytool", but every time it gives error Test checkout of feature 'Compiler' failed. mcc failed.
I am really tired now, can anyone help me and compile it ( i will send you my code), it will be a great help.
Thanks in advance

답변 (1개)

Harsheel
Harsheel 2014년 4월 22일
편집: Harsheel 2014년 4월 22일

0 개 추천

You could get that error if you had the MATLAB Compiler product installed but do not have an available license. The following command should return 0 indicating you don't have the required license.
>>license('checkout','Compiler')

댓글 수: 1

SHOBA MOHAN
SHOBA MOHAN 2018년 2월 11일
편집: Walter Roberson 2018년 2월 11일
I am facing the same issue. I run this command
license('checkout','Compiler')
in command prompt and got answer as 1.
what might be the error?

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

카테고리

도움말 센터File Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

질문:

2014년 4월 21일

편집:

2018년 2월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by