Matlab code to dll conversion
1 回表示 (過去 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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!