I have Matlab 2016. There is a video online, and a pdf file that show how to convert from .m to .dll files for an older version of matlab. However, the layout looks different from the new version, and I can't seem to find how to convert my matlab file to .dll file. Can someone give me a walk through?
Much Appreciated!

4 Kommentare

Ali Aryan
Ali Aryan am 5 Okt. 2016
Bearbeitet: Ali Aryan am 6 Okt. 2016
The steps are almost same. follow these steps deploytool ==> Library Compiler ==> .Net Assembly ==> ...
Gareth Thomas
Gareth Thomas am 6 Okt. 2016
Just to complete this you will need MATLAB Compiler SDK
Walter Roberson
Walter Roberson am 6 Okt. 2016
No, you only need MATLAB Compiler without the SDK product to compile to shared library.
Sung-En Chiu
Sung-En Chiu am 17 Dez. 2019
Bearbeitet: Sung-En Chiu am 17 Dez. 2019
@Walter Roberson can you let me know how to do it without SDK?
I used
mcc -l test.m
but it returns Error: Could not check out a Compiler SDK license
I use R2018a

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Ali Aryan
Ali Aryan am 12 Okt. 2016

0 Stimmen

The steps are almost same. follow these steps deploytool ==> Library Compiler ==> .Net Assembly ==> ...

1 Kommentar

Walter Roberson
Walter Roberson am 12 Okt. 2016
.Net Assembly would be for the Compiler SDK product, which is not required to compile to .dll

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Troubleshooting in MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 21 Jun. 2016

Bearbeitet:

am 17 Dez. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by