How to compile matlab code into .netlibrary?

1 Ansicht (letzte 30 Tage)
andleeb
andleeb am 21 Apr. 2014
Bearbeitet: Walter Roberson am 11 Feb. 2018
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

Antworten (1)

Harsheel
Harsheel am 22 Apr. 2014
Bearbeitet: Harsheel am 22 Apr. 2014
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 Kommentar
SHOBA MOHAN
SHOBA MOHAN am 11 Feb. 2018
Bearbeitet: Walter Roberson am 11 Feb. 2018
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?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by