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
참고 항목
카테고리
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!