Loading static library to be implemented in Simulink

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?

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Release

R2019b

Asked:

on 16 Sep 2020

Answered:

on 16 Sep 2020

Community Treasure Hunt

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

Start Hunting!