Can I put multiple functions in to dll using matlab compiler?
조회 수: 4 (최근 30일)
이전 댓글 표시
I know how to make a single function DLL using matlab compiler, but since I have a few matlab functions to be compiled, I wonder if I can put all these functions in to a single dll? If so, how? Thanks.
댓글 수: 0
채택된 답변
Walter Roberson
2018년 9월 9일
You can use the command line -a flag to add the files, or you can define a dummy routine that looks like it calls them all. You might be able to bring them in using the %#function pragma
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!