.Net Assembly missing
7 次查看(过去 30 天)
显示 更早的评论
I am using Matlab 2018b having Matlab Compiler Tool. But while using Library compiler, there is no option of .Net Assembly, my need is to convert .m file to .dll which is to be used in visual studio.
0 个评论
采纳的回答
Nikilesh Chilkuru
2019-1-21
With MATLAB Compiler, you can compile a MATLAB script to an executable and to an Excel Add-in. However to compile a MATLAB script to a .Net Assembly, you need to have MATLAB Compiler SDK installed. MATLAB Compiler SDK extends the functionality of MATLAB Compiler to let you build C/C++ shared libraries, .NET assemblies, Java classes, and Python packages from MATLAB programs.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Compiler SDK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!