Converting .m to .dll files
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 6 de Oct. de 2016
No, you only need MATLAB Compiler without the SDK product to compile to shared library.
Sung-En Chiu
el 17 de Dic. de 2019
Editada: Sung-En Chiu
el 17 de Dic. de 2019
I used
mcc -l test.m
but it returns Error: Could not check out a Compiler SDK license
I use R2018a
Respuestas (1)
Ali Aryan
el 12 de Oct. de 2016
The steps are almost same. follow these steps deploytool ==> Library Compiler ==> .Net Assembly ==> ...
1 comentario
Walter Roberson
el 12 de Oct. de 2016
.Net Assembly would be for the Compiler SDK product, which is not required to compile to .dll
Ver también
Categorías
Más información sobre Troubleshooting in MATLAB Compiler SDK en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!