How to use Simulink generated DLL into Matlab script?
이전 댓글 표시
I have generated DLL from a simulink model. But now I want to use this model DLL into the m script using load command. But here in DLL i am not even able to see which is the function and how i can give input arguments to it. Please consider the attached file for reference. How should i proceed further in this?
답변 (1개)
Mark McBroom
2023년 1월 30일
0 개 추천
You should be able to call functions in DLL from MATLAB using either loadlibrary() https://www.mathworks.com/help/matlab/ref/loadlibrary.html
Thanks.
Mark.
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!