MATLAB: How to integrate DLL file in simulink ??

dllsimulink

Hello
Can someone please suggest me a way to integrate DLL file from any language (such as python, java, c etc) in simulink.

Best Answer

Follow this link for more info
https://www.mathworks.com/matlabcentral/fileexchange/44197-calling-shared-libraries-from-simulink
If you are working with C MEX S function use the following link how to do it.
http://www.mathworks.com/help/releases/R2020a/simulink/slref/sfunction.html
This link below shows how to load a DLL in C
http://www.codeguru.com/cpp/cpp/cpp_mfc/tutorials/article.php/c9855/DLL-Tutorial-For-Beginners.htm
Related Question