Converting .m to .dll files
显示 更早的评论
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 个评论
Gareth Thomas
2016-10-6
Just to complete this you will need MATLAB Compiler SDK
Walter Roberson
2016-10-6
No, you only need MATLAB Compiler without the SDK product to compile to shared library.
Sung-En Chiu
2019-12-17
编辑:Sung-En Chiu
2019-12-17
I used
mcc -l test.m
but it returns Error: Could not check out a Compiler SDK license
I use R2018a
回答(1 个)
Ali Aryan
2016-10-12
0 个投票
The steps are almost same. follow these steps deploytool ==> Library Compiler ==> .Net Assembly ==> ...
1 个评论
Walter Roberson
2016-10-12
.Net Assembly would be for the Compiler SDK product, which is not required to compile to .dll
类别
在 帮助中心 和 File Exchange 中查找有关 C Shared Library Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!