Loading static library to be implemented in Simulink

5 次查看(过去 30 天)
I am trying to load a library and header files in Matlab so I can implement its function into a level 2 S-Function in Simulink. I have a ".a" file static library and a header file. There are also other header files included in the first header file mentioned. The header files are written in C language. I've tried using the loadlibrary command but to my understanding it isn't applicable to static libraries. I've also read from another question's answer that one way to do this is to create a mex file that calls the function in the library. I'm not sure if this will work or even how to do it. What would be the best way to go with this?

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2020-9-16
Available since R2018b

类别

Help CenterFile Exchange 中查找有关 Simulink Functions 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by