Matlab code to dll conversion
4 次查看(过去 30 天)
显示 更早的评论
Hi all,
Using Matlab R2012b, how can I create the matlab code dll? Any help is appreciated.
Bye, A
0 个评论
回答(2 个)
Sanket Mishra
2014-7-10
Refer the Create a Shared Library from MATLAB Code documentation. It explains how you can convert a .m file into corresponding shared library using deploytool.
0 个评论
Sruthi Ayloo
2014-7-10
You could also refer to the following link to know more about how to use MATLAB Compiler to create C and C++ shared libraries or DLLs.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!