How to Generate.dll file without C or C++ code?
3 ビュー (過去 30 日間)
古いコメントを表示
Koustubh Shirke
2020 年 12 月 8 日
コメント済み: Koustubh Shirke
2020 年 12 月 14 日
Dear All,
Can I generate .dll file from matlab function without C or C ++ code ? Is there any otehr alternative ?
Regards,
Koustubh
0 件のコメント
採用された回答
Sukrut Tamhankar
2020 年 12 月 11 日
Please refer the following MATLAB Answer link which addresses the similar query:
Apart from MATLAB Coder, MATLAB Compiler on the other hand can be used to create DLLs out of your MATLAB Code directly, however it does not include the step of C code generation, but works with a runtime that needs to be installed on the target system to be able to use the DLL.
Please refer to this link in order to get more information on choosing between MATLAB Compiler and MATLAB Coder according to need.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!