How to use Simulink generated DLL into Matlab script?
Mostrar comentarios más antiguos
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?
Respuestas (1)
Mark McBroom
el 30 de En. de 2023
0 votos
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.
1 comentario
Geetanshu Chhajed
el 21 de Jul. de 2023
Categorías
Más información sobre Simulink Coder en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!