How to Generate.dll file without C or C++ code?
조회 수: 2 (최근 30일)
이전 댓글 표시
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!